Html Css Color HEX #F08508 Tangerine

📋 copy color: '#F08508'

red 240 ◦ green 133 ◦ blue 8

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

Shades of Tangerine #F08508

Tints of Tangerine #F08508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 62.99%
G = 34.91%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F08508 (or 0xF08508) is known color: Tangerine. HEX triplet: F0, 85 and 08. RGB value is (240,133,8). Sum of RGB (Red+Green+Blue) = 240+133+8=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F08508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08508 is #0F7AF7. Grayscale: #979797. Windows color (decimal): -1014520 or 558576. OLE color: 558576.

HSL color Cylindrical-coordinate representation of color #F08508: hue angle of 32.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F08508 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 8 -
CMYK 0 0.45 0.97 0.06
HSL 32.33º 0.94% 0.49% -
HSV(B) 32.33º 0.97% 0.94% -
XYZ 44.37 35.32 4.71 -
YUV 150.74 47.45 191.66 -
System Red Green Blue C M Y K H S L
Decimal 240 133 8 0 0.45 0.97 0.06 32.33 0.94 0.49
Hex F0 85 8 0 2D 61 6 20 5E 31
Octal 360 205 10 0 55 141 6 40 136 61
Binary 11110000 10000101 1000 0 101101 1100001 110 100000 1011110 110001

Color Harmonies of #F08508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08508

Black with #F08508

Text Example


Text Example

White with #F08508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08508; }

 p { color: rgb(240,133,8); }

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

background-color css

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

 a { background-color: rgb(240,133,8); }

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

border-color css

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

 span { border-color: rgb(240,133,8); }

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