#FFA537

Color #FFA537 Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #FFA537

Tints of Lightning Yellow #FFA537

Color information

#FFA537 (or 0xFFA537) is unknown color: approx Lightning Yellow. HEX triplet: FF, A5 and 37. RGB value is (255,165,55). Sum of RGB (Red+Green+Blue) = 255+165+55=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA537 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA537 is #005AC8. Grayscale: #B3B3B3. Windows color (decimal): -23241 or 3646975. OLE color: 3646975.

HSL color Cylindrical-coordinate representation of color #FFA537: hue angle of 33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFA537 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB25516555-
CMYK00.350.780
HSL33º100%60.78%-
HSV(B)33º78.43%100%-
XYZ55.3848.4510.05-
YUV179.3757.82181.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 55 (21.88% from 255) = 11.58%
R=53.68%
G=34.74%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551655500.350.7803310060.78
HexFFA5370234E021643d
Octal3772456704311604114475
Binary11111111101001011101110100011100111001000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA537; }

 p { color: rgb(255,165,55); }

 H1.HeaderClassName
 {
   color: #FFA537;
 }
 .AnyTagClassName
 {
   color: #FFA537;
 }
</style>
background-color css

<style>
 a { background-color: #FFA537; }

 a { background-color: rgb(255,165,55); }

 div.DivClassName
 {
   background-color: #FFA537;
 }
 .BgClassName
 {
   background-color: #FFA537;
 }
</style>
border-color css

<style>
 span { border-color: #FFA537; }

 span { border-color: rgb(255,165,55); }

 td.TdClassName
 {
   border-color: #FFA537;
 }
 .TagClassName
 {
   border-color: #FFA537;
 }
</style>