#F69E28

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

Shades of Lightning Yellow #F69E28

Tints of Lightning Yellow #F69E28

Color information

#F69E28 (or 0xF69E28) is unknown color: approx Lightning Yellow. HEX triplet: F6, 9E and 28. RGB value is (246,158,40). Sum of RGB (Red+Green+Blue) = 246+158+40=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69E28 is #0961D7. Grayscale: #ABABAB. Windows color (decimal): -614872 or 2662134. OLE color: 2662134.

HSL color Cylindrical-coordinate representation of color #F69E28: hue angle of 34.37º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F69E28 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24615840-
CMYK00.360.840.04
HSL34.37º91.96%56.08%-
HSV(B)34.37º83.74%96.47%-
XYZ50.6244.27.87-
YUV170.8654.15181.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.41%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 40 (16.02% from 255) = 9.01%
R=55.41%
G=35.59%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461584000.360.840.0434.3791.9656.08
HexF69E28024544225c38
Octal3662365004412444213470
Binary1111011010011110101000010010010101001001000101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69E28; }

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

 H1.HeaderClassName
 {
   color: #F69E28;
 }
 .AnyTagClassName
 {
   color: #F69E28;
 }
</style>
background-color css

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

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

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

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

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

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