Html Css Color HEX #F08C40 Sun

📋 copy color: '#F08C40'

red 240 ◦ green 140 ◦ blue 64

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

Shades of Sun #F08C40

Tints of Sun #F08C40

RGB

 RED value IS 240 (94.14% from 255) = 54.05%

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 54.05%
G = 31.53%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F08C40 (or 0xF08C40) is known color: Sun. HEX triplet: F0, 8C and 40. RGB value is (240,140,64). Sum of RGB (Red+Green+Blue) = 240+140+64=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C40 is #0F73BF. Grayscale: #A1A1A1. Windows color (decimal): -1012672 or 4230384. OLE color: 4230384.

HSL color Cylindrical-coordinate representation of color #F08C40: hue angle of 25.91º 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 #F08C40 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 64 -
CMYK 0 0.42 0.73 0.06
HSL 25.91º 0.85% 0.6% -
HSV(B) 25.91º 0.73% 0.94% -
XYZ 46.24 37.65 9.68 -
YUV 161.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 240 140 64 0 0.42 0.73 0.06 25.91 0.85 0.6
Hex F0 8C 40 0 2A 49 6 1A 55 3C
Octal 360 214 100 0 52 111 6 32 125 74
Binary 11110000 10001100 1000000 0 101010 1001001 110 11010 1010101 111100

Color Harmonies of #F08C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C40

Black with #F08C40

Text Example


Text Example

White with #F08C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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