Html Css Color HEX #F08800 Tangerine

📋 copy color: '#F08800'

red 240 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #F08800

Tints of Tangerine #F08800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.83%
G = 36.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F08800 (or 0xF08800) is known color: Tangerine. HEX triplet: F0, 88 and 00. RGB value is (240,136,0). Sum of RGB (Red+Green+Blue) = 240+136+0=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F08800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08800 is #0F77FF. Grayscale: #989898. Windows color (decimal): -1013760 or 35056. OLE color: 35056.

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

Color convert

RGB 240 136 0 -
CMYK 0 0.43 1 0.06
HSL 34º 1% 0.47% -
HSV(B) 34º 1% 0.94% -
XYZ 44.74 36.13 4.62 -
YUV 151.59 42.46 191.06 -
System Red Green Blue C M Y K H S L
Decimal 240 136 0 0 0.43 1 0.06 34 1 0.47
Hex F0 88 0 0 2B 64 6 22 64 2F
Octal 360 210 0 0 53 144 6 42 144 57
Binary 11110000 10001000 0 0 101011 1100100 110 100010 1100100 101111

Color Harmonies of #F08800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08800

Black with #F08800

Text Example


Text Example

White with #F08800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08800; }

 p { color: rgb(240,136,0); }

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

background-color css

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

 a { background-color: rgb(240,136,0); }

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

border-color css

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

 span { border-color: rgb(240,136,0); }

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