#F19E28

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

Shades of Lightning Yellow #F19E28

Tints of Lightning Yellow #F19E28

Color information

#F19E28 (or 0xF19E28) is unknown color: approx 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

RGB24115840-
CMYK00.340.830.05
HSL35.22º87.77%55.1%-
HSV(B)35.22º83.4%94.51%-
XYZ48.8943.317.79-
YUV169.3655179.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 40 (16.02% from 255) = 9.11%
R=54.90%
G=35.99%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411584000.340.830.0535.2287.7755.1
HexF19E28022535235837
Octal3612365004212354313067
Binary1111000110011110101000010001010100111011000111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>