#F99D2F

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

Shades of Lightning Yellow #F99D2F

Tints of Lightning Yellow #F99D2F

Color information

#F99D2F (or 0xF99D2F) is unknown color: approx Lightning Yellow. HEX triplet: F9, 9D and 2F. RGB value is (249,157,47). Sum of RGB (Red+Green+Blue) = 249+157+47=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99D2F is #0662D0. Grayscale: #ACACAC. Windows color (decimal): -418513 or 3120633. OLE color: 3120633.

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

Color convert

RGB24915747-
CMYK00.370.810.02
HSL32.67º94.39%58.04%-
HSV(B)32.67º81.12%97.65%-
XYZ51.6444.468.55-
YUV171.9757.48182.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.97%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 47 (18.75% from 255) = 10.38%
R=54.97%
G=34.66%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491574700.370.810.0232.6794.3958.04
HexF99D2F025512215e3a
Octal3712355704512124113672
Binary111110011001110110111101001011010001101000011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99D2F; }

 p { color: rgb(249,157,47); }

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

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

 a { background-color: rgb(249,157,47); }

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

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

 span { border-color: rgb(249,157,47); }

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