#F6A027

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

Shades of Lightning Yellow #F6A027

Tints of Lightning Yellow #F6A027

Color information

#F6A027 (or 0xF6A027) is unknown color: approx Lightning Yellow. HEX triplet: F6, A0 and 27. RGB value is (246,160,39). Sum of RGB (Red+Green+Blue) = 246+160+39=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A027 is #095FD8. Grayscale: #ACACAC. Windows color (decimal): -614361 or 2597110. OLE color: 2597110.

HSL color Cylindrical-coordinate representation of color #F6A027: hue angle of 35.07º 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 #F6A027 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24616039-
CMYK00.350.840.04
HSL35.07º92%55.88%-
HSV(B)35.07º84.15%96.47%-
XYZ50.9444.887.9-
YUV171.9252.99180.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 39 (15.62% from 255) = 8.76%
R=55.28%
G=35.96%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461603900.350.840.0435.079255.88
HexF6A027023544235c38
Octal3662404704312444313470
Binary1111011010100000100111010001110101001001000111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A027; }

 p { color: rgb(246,160,39); }

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

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

 a { background-color: rgb(246,160,39); }

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

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

 span { border-color: rgb(246,160,39); }

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