Html Css Color HEX #F08C0B Tangerine

📋 copy color: '#F08C0B'

red 240 ◦ green 140 ◦ blue 11

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

Shades of Tangerine #F08C0B

Tints of Tangerine #F08C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 61.38%
G = 35.81%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F08C0B (or 0xF08C0B) is known color: Tangerine. HEX triplet: F0, 8C and 0B. RGB value is (240,140,11). Sum of RGB (Red+Green+Blue) = 240+140+11=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C0B is #0F73F4. Grayscale: #9B9B9B. Windows color (decimal): -1012725 or 756976. OLE color: 756976.

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

Color convert

RGB 240 140 11 -
CMYK 0 0.42 0.95 0.06
HSL 33.8º 0.91% 0.49% -
HSV(B) 33.8º 0.95% 0.94% -
XYZ 45.37 37.31 5.13 -
YUV 155.19 46.63 188.49 -
System Red Green Blue C M Y K H S L
Decimal 240 140 11 0 0.42 0.95 0.06 33.8 0.91 0.49
Hex F0 8C B 0 2A 5F 6 22 5B 31
Octal 360 214 13 0 52 137 6 42 133 61
Binary 11110000 10001100 1011 0 101010 1011111 110 100010 1011011 110001

Color Harmonies of #F08C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C0B

Black with #F08C0B

Text Example


Text Example

White with #F08C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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