#F2A535

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

Shades of Lightning Yellow #F2A535

Tints of Lightning Yellow #F2A535

Color information

#F2A535 (or 0xF2A535) is unknown color: approx Lightning Yellow. HEX triplet: F2, A5 and 35. RGB value is (242,165,53). Sum of RGB (Red+Green+Blue) = 242+165+53=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A535 is #0D5ACA. Grayscale: #AFAFAF. Windows color (decimal): -875211 or 3515890. OLE color: 3515890.

HSL color Cylindrical-coordinate representation of color #F2A535: hue angle of 35.56º 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 #F2A535 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24216553-
CMYK00.320.780.05
HSL35.56º87.91%57.84%-
HSV(B)35.56º78.1%94.9%-
XYZ50.7246.049.58-
YUV175.2659.01175.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=52.61%
G=35.87%
B=11.52%

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
Decimal2421655300.320.780.0535.5687.9157.84
HexF2A5350204E524583a
Octal3622456504011654413072
Binary1111001010100101110101010000010011101011001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A535; }

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

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

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

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

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

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

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

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