#f2a82b

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

Shades of Lightning Yellow #F2A82B

Tints of Lightning Yellow #F2A82B

Color information

#F2A82B (or 0xF2A82B) is unknown color: approx Lightning Yellow. HEX triplet: F2, A8 and 2B. RGB value is (242,168,43). Sum of RGB (Red+Green+Blue) = 242+168+43=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A82B is #0D57D4. Grayscale: #B0B0B0. Windows color (decimal): -874453 or 2861298. OLE color: 2861298.

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

Color convert

RGB24216843-
CMYK00.310.820.05
HSL37.69º88.44%55.88%-
HSV(B)37.69º82.23%94.9%-
XYZ51.0647.068.68-
YUV175.8853.02175.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 43 (17.19% from 255) = 9.49%
R=53.42%
G=37.09%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421684300.310.820.0537.6988.4455.88
HexF2A82B01F525265838
Octal3622505303712254613070
Binary111100101010100010101101111110100101011001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a82b; }

 p { color: rgb(242,168,43); }

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

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

 a { background-color: rgb(242,168,43); }

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

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

 span { border-color: rgb(242,168,43); }

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