Html Css Color HEX #F09F28 Lightning Yellow

📋 copy color: '#F09F28'

red 240 ◦ green 159 ◦ blue 40

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

Shades of Lightning Yellow #F09F28

Tints of Lightning Yellow #F09F28

RGB

 RED value IS 240 (94.14% from 255) = 54.67%

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

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

R = 54.67%
G = 36.22%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F09F28 (or 0xF09F28) is known color: Lightning Yellow. HEX triplet: F0, 9F and 28. RGB value is (240,159,40). Sum of RGB (Red+Green+Blue) = 240+159+40=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09F28 is #0F60D7. Grayscale: #AAAAAA. Windows color (decimal): -1007832 or 2662384. OLE color: 2662384.

HSL color Cylindrical-coordinate representation of color #F09F28: hue angle of 35.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F09F28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 40 -
CMYK 0 0.34 0.83 0.06
HSL 35.7º 0.87% 0.55% -
HSV(B) 35.7º 0.83% 0.94% -
XYZ 48.72 43.47 7.83 -
YUV 169.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 240 159 40 0 0.34 0.83 0.06 35.7 0.87 0.55
Hex F0 9F 28 0 22 53 6 24 57 37
Octal 360 237 50 0 42 123 6 44 127 67
Binary 11110000 10011111 101000 0 100010 1010011 110 100100 1010111 110111

Color Harmonies of #F09F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F28

Black with #F09F28

Text Example


Text Example

White with #F09F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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