#F99C2D

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

Shades of Lightning Yellow #F99C2D

Tints of Lightning Yellow #F99C2D

Color information

#F99C2D (or 0xF99C2D) is unknown color: approx Lightning Yellow. HEX triplet: F9, 9C and 2D. RGB value is (249,156,45). Sum of RGB (Red+Green+Blue) = 249+156+45=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99C2D is #0663D2. Grayscale: #ABABAB. Windows color (decimal): -418771 or 2989305. OLE color: 2989305.

HSL color Cylindrical-coordinate representation of color #F99C2D: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F99C2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24915645-
CMYK00.370.820.02
HSL32.65º94.44%57.65%-
HSV(B)32.65º81.93%97.65%-
XYZ51.4344.118.29-
YUV171.1556.81183.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 45 (17.97% from 255) = 10%
R=55.33%
G=34.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491564500.370.820.0232.6594.4457.65
HexF99C2D025522215e3a
Octal3712345504512224113672
Binary111110011001110010110101001011010010101000011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99C2D; }

 p { color: rgb(249,156,45); }

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

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

 a { background-color: rgb(249,156,45); }

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

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

 span { border-color: rgb(249,156,45); }

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