#FDA432

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

Shades of Lightning Yellow #FDA432

Tints of Lightning Yellow #FDA432

Color information

#FDA432 (or 0xFDA432) is unknown color: approx Lightning Yellow. HEX triplet: FD, A4 and 32. RGB value is (253,164,50). Sum of RGB (Red+Green+Blue) = 253+164+50=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA432 is #025BCD. Grayscale: #B2B2B2. Windows color (decimal): -154574 or 3319037. OLE color: 3319037.

HSL color Cylindrical-coordinate representation of color #FDA432: hue angle of 33.69º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDA432 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25316450-
CMYK00.350.800.01
HSL33.69º98.07%59.41%-
HSV(B)33.69º80.24%99.22%-
XYZ54.3647.669.35-
YUV177.6155.99181.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.18%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 50 (19.92% from 255) = 10.71%
R=54.18%
G=35.12%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531645000.350.800.0133.6998.0759.41
HexFDA43202350122623b
Octal3752446204312014214273
Binary11111101101001001100100100011101000011000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA432; }

 p { color: rgb(253,164,50); }

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

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

 a { background-color: rgb(253,164,50); }

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

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

 span { border-color: rgb(253,164,50); }

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