Html Css Color HEX #F09E28 Lightning Yellow

📋 copy color: '#F09E28'

red 240 ◦ green 158 ◦ blue 40

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

Shades of Lightning Yellow #F09E28

Tints of Lightning Yellow #F09E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

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

R = 54.79%
G = 36.07%
B = 9.13%

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

#F09E28 (or 0xF09E28) is known color: Lightning Yellow. HEX triplet: F0, 9E and 28. RGB value is (240,158,40). Sum of RGB (Red+Green+Blue) = 240+158+40=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E28 is #0F61D7. Grayscale: #A9A9A9. Windows color (decimal): -1008088 or 2662128. OLE color: 2662128.

HSL color Cylindrical-coordinate representation of color #F09E28: hue angle of 35.4º 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 #F09E28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 40 -
CMYK 0 0.34 0.83 0.06
HSL 35.4º 0.87% 0.55% -
HSV(B) 35.4º 0.83% 0.94% -
XYZ 48.55 43.13 7.77 -
YUV 169.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 240 158 40 0 0.34 0.83 0.06 35.4 0.87 0.55
Hex F0 9E 28 0 22 53 6 23 57 37
Octal 360 236 50 0 42 123 6 43 127 67
Binary 11110000 10011110 101000 0 100010 1010011 110 100011 1010111 110111

Color Harmonies of #F09E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E28

Black with #F09E28

Text Example


Text Example

White with #F09E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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