#F09140

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

Shades of Sun #F09140

Tints of Sun #F09140

Color information

#F09140 (or 0xF09140) is unknown color: approx Sun. HEX triplet: F0, 91 and 40. RGB value is (240,145,64). Sum of RGB (Red+Green+Blue) = 240+145+64=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F09140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09140 is #0F6EBF. Grayscale: #A4A4A4. Windows color (decimal): -1011392 or 4231664. OLE color: 4231664.

HSL color Cylindrical-coordinate representation of color #F09140: hue angle of 27.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F09140 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24014564-
CMYK00.400.730.06
HSL27.61º85.44%59.61%-
HSV(B)27.61º73.33%94.12%-
XYZ46.9939.159.93-
YUV164.1771.47182.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 64 (25.39% from 255) = 14.25%
R=53.45%
G=32.29%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401456400.400.730.0627.6185.4459.61
HexF091400284961c553c
Octal36022110005011163412574
Binary1111000010010001100000001010001001001110111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09140; }

 p { color: rgb(240,145,64); }

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

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

 a { background-color: rgb(240,145,64); }

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

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

 span { border-color: rgb(240,145,64); }

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