Html Css Color HEX #F08B3F Sun

📋 copy color: '#F08B3F'

red 240 ◦ green 139 ◦ blue 63

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

Shades of Sun #F08B3F

Tints of Sun #F08B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 54.3%
G = 31.45%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F08B3F (or 0xF08B3F) is known color: Sun. HEX triplet: F0, 8B and 3F. RGB value is (240,139,63). Sum of RGB (Red+Green+Blue) = 240+139+63=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B3F is #0F74C0. Grayscale: #A0A0A0. Windows color (decimal): -1012929 or 4164592. OLE color: 4164592.

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

Color convert

RGB 240 139 63 -
CMYK 0 0.42 0.74 0.06
HSL 25.76º 0.86% 0.59% -
HSV(B) 25.76º 0.74% 0.94% -
XYZ 46.07 37.35 9.48 -
YUV 160.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 240 139 63 0 0.42 0.74 0.06 25.76 0.86 0.59
Hex F0 8B 3F 0 2A 4A 6 1A 56 3B
Octal 360 213 77 0 52 112 6 32 126 73
Binary 11110000 10001011 111111 0 101010 1001010 110 11010 1010110 111011

Color Harmonies of #F08B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B3F

Black with #F08B3F

Text Example


Text Example

White with #F08B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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