#FDA137

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

Shades of Lightning Yellow #FDA137

Tints of Lightning Yellow #FDA137

Color information

#FDA137 (or 0xFDA137) is unknown color: approx Lightning Yellow. HEX triplet: FD, A1 and 37. RGB value is (253,161,55). Sum of RGB (Red+Green+Blue) = 253+161+55=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA137 is #025EC8. Grayscale: #B0B0B0. Windows color (decimal): -155337 or 3645949. OLE color: 3645949.

HSL color Cylindrical-coordinate representation of color #FDA137: hue angle of 32.12º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDA137 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB25316155-
CMYK00.360.780.01
HSL32.12º98.02%60.39%-
HSV(B)32.12º78.26%99.22%-
XYZ53.9446.659.78-
YUV176.4259.48182.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 55 (21.88% from 255) = 11.73%
R=53.94%
G=34.33%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531615500.360.780.0132.1298.0260.39
HexFDA1370244E120623c
Octal3752416704411614014274
Binary11111101101000011101110100100100111011000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA137; }

 p { color: rgb(253,161,55); }

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

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

 a { background-color: rgb(253,161,55); }

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

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

 span { border-color: rgb(253,161,55); }

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