#F2A52D

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

Shades of Lightning Yellow #F2A52D

Tints of Lightning Yellow #F2A52D

Color information

#F2A52D (or 0xF2A52D) is unknown color: approx Lightning Yellow. HEX triplet: F2, A5 and 2D. RGB value is (242,165,45). Sum of RGB (Red+Green+Blue) = 242+165+45=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A52D is #0D5AD2. Grayscale: #AEAEAE. Windows color (decimal): -875219 or 2991602. OLE color: 2991602.

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

Color convert

RGB24216545-
CMYK00.320.810.05
HSL36.55º88.34%56.27%-
HSV(B)36.55º81.4%94.9%-
XYZ50.5545.988.69-
YUV174.3455.01176.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 45 (17.97% from 255) = 9.96%
R=53.54%
G=36.50%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421654500.320.810.0536.5588.3456.27
HexF2A52D020515255838
Octal3622455504012154513070
Binary1111001010100101101101010000010100011011001011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A52D; }

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

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

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

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

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

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

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

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