#F99C31

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

Shades of Lightning Yellow #F99C31

Tints of Lightning Yellow #F99C31

Color information

#F99C31 (or 0xF99C31) is unknown color: approx Lightning Yellow. HEX triplet: F9, 9C and 31. RGB value is (249,156,49). Sum of RGB (Red+Green+Blue) = 249+156+49=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99C31 is #0663CE. Grayscale: #ACACAC. Windows color (decimal): -418767 or 3251449. OLE color: 3251449.

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

Color convert

RGB24915649-
CMYK00.370.800.02
HSL32.1º94.34%58.43%-
HSV(B)32.1º80.32%97.65%-
XYZ51.5144.148.71-
YUV171.6158.81183.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 49 (19.53% from 255) = 10.79%
R=54.85%
G=34.36%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491564900.370.800.0232.194.3458.43
HexF99C31025502205e3a
Octal3712346104512024013672
Binary111110011001110011000101001011010000101000001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99C31; }

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

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

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

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

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

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

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

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