Html Css Color HEX #F99F28 Lightning Yellow

📋 copy color: '#F99F28'

red 249 ◦ green 159 ◦ blue 40

#F99F28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #F99F28

Tints of Lightning Yellow #F99F28

RGB

 RED value IS 249 (97.66% from 255) = 55.58%

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 40 (16.02% from 255) = 8.93%

R = 55.58%
G = 35.49%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F99F28 (or 0xF99F28) is known color: Lightning Yellow. HEX triplet: F9, 9F and 28. RGB value is (249,159,40). Sum of RGB (Red+Green+Blue) = 249+159+40=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99F28 is #0660D7. Grayscale: #ACACAC. Windows color (decimal): -418008 or 2662393. OLE color: 2662393.

HSL color Cylindrical-coordinate representation of color #F99F28: hue angle of 34.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F99F28 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 40 -
CMYK 0 0.36 0.84 0.02
HSL 34.16º 0.95% 0.57% -
HSV(B) 34.16º 0.84% 0.98% -
XYZ 51.85 45.09 7.98 -
YUV 172.34 53.32 182.68 -
System Red Green Blue C M Y K H S L
Decimal 249 159 40 0 0.36 0.84 0.02 34.16 0.95 0.57
Hex F9 9F 28 0 24 54 2 22 5F 39
Octal 371 237 50 0 44 124 2 42 137 71
Binary 11111001 10011111 101000 0 100100 1010100 10 100010 1011111 111001

Color Harmonies of #F99F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99F28

Black with #F99F28

Text Example


Text Example

White with #F99F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99F28; }

 p { color: rgb(249,159,40); }

 H1.HeaderClassName
 {
   color: #F99F28;
 }
 .AnyTagClassName
 {
   color: #F99F28;
 }
</style>

background-color css

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

 a { background-color: rgb(249,159,40); }

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

border-color css

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

 span { border-color: rgb(249,159,40); }

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