Html Css Color HEX #F19E28 Lightning Yellow

📋 copy color: '#F19E28'

red 241 ◦ green 158 ◦ blue 40

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

Shades of Lightning Yellow #F19E28

Tints of Lightning Yellow #F19E28

RGB

 RED value IS 241 (94.53% from 255) = 54.9%

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

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

R = 54.9%
G = 35.99%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F19E28 (or 0xF19E28) is known color: Lightning Yellow. HEX triplet: F1, 9E and 28. RGB value is (241,158,40). Sum of RGB (Red+Green+Blue) = 241+158+40=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E28 is #0E61D7. Grayscale: #A9A9A9. Windows color (decimal): -942552 or 2662129. OLE color: 2662129.

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

Color convert

RGB 241 158 40 -
CMYK 0 0.34 0.83 0.05
HSL 35.22º 0.88% 0.55% -
HSV(B) 35.22º 0.83% 0.95% -
XYZ 48.89 43.31 7.79 -
YUV 169.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 241 158 40 0 0.34 0.83 0.05 35.22 0.88 0.55
Hex F1 9E 28 0 22 53 5 23 58 37
Octal 361 236 50 0 42 123 5 43 130 67
Binary 11110001 10011110 101000 0 100010 1010011 101 100011 1011000 110111

Color Harmonies of #F19E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E28

Black with #F19E28

Text Example


Text Example

White with #F19E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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