Html Css Color HEX #F08F3F Sun

📋 copy color: '#F08F3F'

red 240 ◦ green 143 ◦ blue 63

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

Shades of Sun #F08F3F

Tints of Sun #F08F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

 BLUE value IS 63 (25% from 255) = 14.13%

R = 53.81%
G = 32.06%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F08F3F (or 0xF08F3F) is known color: Sun. HEX triplet: F0, 8F and 3F. RGB value is (240,143,63). Sum of RGB (Red+Green+Blue) = 240+143+63=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F3F is #0F70C0. Grayscale: #A3A3A3. Windows color (decimal): -1011905 or 4165616. OLE color: 4165616.

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

Color convert

RGB 240 143 63 -
CMYK 0 0.40 0.74 0.06
HSL 27.12º 0.86% 0.59% -
HSV(B) 27.12º 0.74% 0.94% -
XYZ 46.65 38.53 9.68 -
YUV 162.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 240 143 63 0 0.40 0.74 0.06 27.12 0.86 0.59
Hex F0 8F 3F 0 28 4A 6 1B 56 3B
Octal 360 217 77 0 50 112 6 33 126 73
Binary 11110000 10001111 111111 0 101000 1001010 110 11011 1010110 111011

Color Harmonies of #F08F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F3F

Black with #F08F3F

Text Example


Text Example

White with #F08F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F3F; }

 p { color: rgb(240,143,63); }

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

background-color css

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

 a { background-color: rgb(240,143,63); }

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

border-color css

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

 span { border-color: rgb(240,143,63); }

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