Html Css Color HEX #F08F0B Tangerine

📋 copy color: '#F08F0B'

red 240 ◦ green 143 ◦ blue 11

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

Shades of Tangerine #F08F0B

Tints of Tangerine #F08F0B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 60.91%
G = 36.29%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F08F0B (or 0xF08F0B) is known color: Tangerine. HEX triplet: F0, 8F and 0B. RGB value is (240,143,11). Sum of RGB (Red+Green+Blue) = 240+143+11=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F0B is #0F70F4. Grayscale: #9D9D9D. Windows color (decimal): -1011957 or 757744. OLE color: 757744.

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

Color convert

RGB 240 143 11 -
CMYK 0 0.40 0.95 0.06
HSL 34.59º 0.91% 0.49% -
HSV(B) 34.59º 0.95% 0.94% -
XYZ 45.82 38.19 5.27 -
YUV 156.96 45.64 187.23 -
System Red Green Blue C M Y K H S L
Decimal 240 143 11 0 0.40 0.95 0.06 34.59 0.91 0.49
Hex F0 8F B 0 28 5F 6 23 5B 31
Octal 360 217 13 0 50 137 6 43 133 61
Binary 11110000 10001111 1011 0 101000 1011111 110 100011 1011011 110001

Color Harmonies of #F08F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F0B

Black with #F08F0B

Text Example


Text Example

White with #F08F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F0B; }

 p { color: rgb(240,143,11); }

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

background-color css

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

 a { background-color: rgb(240,143,11); }

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

border-color css

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

 span { border-color: rgb(240,143,11); }

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