Html Css Color HEX #F08C36 Sun

📋 copy color: '#F08C36'

red 240 ◦ green 140 ◦ blue 54

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

Shades of Sun #F08C36

Tints of Sun #F08C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 55.3%
G = 32.26%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F08C36 (or 0xF08C36) is known color: Sun. HEX triplet: F0, 8C and 36. RGB value is (240,140,54). Sum of RGB (Red+Green+Blue) = 240+140+54=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C36 is #0F73C9. Grayscale: #A0A0A0. Windows color (decimal): -1012682 or 3575024. OLE color: 3575024.

HSL color Cylindrical-coordinate representation of color #F08C36: hue angle of 27.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F08C36 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 54 -
CMYK 0 0.42 0.78 0.06
HSL 27.74º 0.86% 0.58% -
HSV(B) 27.74º 0.78% 0.94% -
XYZ 45.98 37.55 8.31 -
YUV 160.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 240 140 54 0 0.42 0.78 0.06 27.74 0.86 0.58
Hex F0 8C 36 0 2A 4E 6 1C 56 3A
Octal 360 214 66 0 52 116 6 34 126 72
Binary 11110000 10001100 110110 0 101010 1001110 110 11100 1010110 111010

Color Harmonies of #F08C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C36

Black with #F08C36

Text Example


Text Example

White with #F08C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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