Html Css Color HEX #F08801 Tangerine

📋 copy color: '#F08801'

red 240 ◦ green 136 ◦ blue 1

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

Shades of Tangerine #F08801

Tints of Tangerine #F08801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 63.66%
G = 36.07%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F08801 (or 0xF08801) is known color: Tangerine. HEX triplet: F0, 88 and 01. RGB value is (240,136,1). Sum of RGB (Red+Green+Blue) = 240+136+1=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F08801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08801 is #0F77FE. Grayscale: #989898. Windows color (decimal): -1013759 or 100592. OLE color: 100592.

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

Color convert

RGB 240 136 1 -
CMYK 0 0.43 1.00 0.06
HSL 33.89º 0.99% 0.47% -
HSV(B) 33.89º 1% 0.94% -
XYZ 44.74 36.14 4.65 -
YUV 151.71 42.96 190.98 -
System Red Green Blue C M Y K H S L
Decimal 240 136 1 0 0.43 1.00 0.06 33.89 0.99 0.47
Hex F0 88 1 0 2B 64 6 22 63 2F
Octal 360 210 1 0 53 144 6 42 143 57
Binary 11110000 10001000 1 0 101011 1100100 110 100010 1100011 101111

Color Harmonies of #F08801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08801

Black with #F08801

Text Example


Text Example

White with #F08801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08801; }

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

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

background-color css

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

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

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

border-color css

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

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

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