#F2A435

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

Shades of Lightning Yellow #F2A435

Tints of Lightning Yellow #F2A435

Color information

#F2A435 (or 0xF2A435) is unknown color: approx Lightning Yellow. HEX triplet: F2, A4 and 35. RGB value is (242,164,53). Sum of RGB (Red+Green+Blue) = 242+164+53=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A435 is #0D5BCA. Grayscale: #AFAFAF. Windows color (decimal): -875467 or 3515634. OLE color: 3515634.

HSL color Cylindrical-coordinate representation of color #F2A435: hue angle of 35.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2A435 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24216453-
CMYK00.320.780.05
HSL35.24º87.91%57.84%-
HSV(B)35.24º78.1%94.9%-
XYZ50.5445.699.52-
YUV174.6759.34176.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 53 (21.09% from 255) = 11.55%
R=52.72%
G=35.73%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421645300.320.780.0535.2487.9157.84
HexF2A4350204E523583a
Octal3622446504011654313072
Binary1111001010100100110101010000010011101011000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A435; }

 p { color: rgb(242,164,53); }

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

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

 a { background-color: rgb(242,164,53); }

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

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

 span { border-color: rgb(242,164,53); }

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