#FDA232

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

Shades of Lightning Yellow #FDA232

Tints of Lightning Yellow #FDA232

Color information

#FDA232 (or 0xFDA232) is unknown color: approx Lightning Yellow. HEX triplet: FD, A2 and 32. RGB value is (253,162,50). Sum of RGB (Red+Green+Blue) = 253+162+50=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA232 is #025DCD. Grayscale: #B0B0B0. Windows color (decimal): -155086 or 3318525. OLE color: 3318525.

HSL color Cylindrical-coordinate representation of color #FDA232: hue angle of 33.1º 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 #FDA232 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25316250-
CMYK00.360.800.01
HSL33.1º98.07%59.41%-
HSV(B)33.1º80.24%99.22%-
XYZ5446.959.23-
YUV176.4456.65182.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 50 (19.92% from 255) = 10.75%
R=54.41%
G=34.84%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531625000.360.800.0133.198.0759.41
HexFDA23202450121623b
Octal3752426204412014114273
Binary11111101101000101100100100100101000011000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA232; }

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

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

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

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

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

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

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

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