Html Css Color HEX #F08C34 Sun

📋 copy color: '#F08C34'

red 240 ◦ green 140 ◦ blue 52

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

Shades of Sun #F08C34

Tints of Sun #F08C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 55.56%
G = 32.41%
B = 12.04%

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

#F08C34 (or 0xF08C34) is known color: Sun. HEX triplet: F0, 8C and 34. RGB value is (240,140,52). Sum of RGB (Red+Green+Blue) = 240+140+52=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C34 is #0F73CB. Grayscale: #A0A0A0. Windows color (decimal): -1012684 or 3443952. OLE color: 3443952.

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

Color convert

RGB 240 140 52 -
CMYK 0 0.42 0.78 0.06
HSL 28.09º 0.86% 0.57% -
HSV(B) 28.09º 0.78% 0.94% -
XYZ 45.93 37.53 8.07 -
YUV 159.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 240 140 52 0 0.42 0.78 0.06 28.09 0.86 0.57
Hex F0 8C 34 0 2A 4E 6 1C 56 39
Octal 360 214 64 0 52 116 6 34 126 71
Binary 11110000 10001100 110100 0 101010 1001110 110 11100 1010110 111001

Color Harmonies of #F08C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C34

Black with #F08C34

Text Example


Text Example

White with #F08C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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