Html Css Color HEX #F08700 Tangerine

📋 copy color: '#F08700'

red 240 ◦ green 135 ◦ blue 0

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

Shades of Tangerine #F08700

Tints of Tangerine #F08700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 64%
G = 36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F08700 (or 0xF08700) is known color: Tangerine. HEX triplet: F0, 87 and 00. RGB value is (240,135,0). Sum of RGB (Red+Green+Blue) = 240+135+0=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F08700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08700 is #0F78FF. Grayscale: #979797. Windows color (decimal): -1014016 or 34800. OLE color: 34800.

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

Color convert

RGB 240 135 0 -
CMYK 0 0.44 1 0.06
HSL 33.75º 1% 0.47% -
HSV(B) 33.75º 1% 0.94% -
XYZ 44.6 35.85 4.57 -
YUV 151.01 42.79 191.48 -
System Red Green Blue C M Y K H S L
Decimal 240 135 0 0 0.44 1 0.06 33.75 1 0.47
Hex F0 87 0 0 2C 64 6 22 64 2F
Octal 360 207 0 0 54 144 6 42 144 57
Binary 11110000 10000111 0 0 101100 1100100 110 100010 1100100 101111

Color Harmonies of #F08700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08700

Black with #F08700

Text Example


Text Example

White with #F08700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08700; }

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

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

background-color css

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

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

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

border-color css

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

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

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