Html Css Color HEX #F9860B Tangerine

📋 copy color: '#F9860B'

red 249 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #F9860B

Tints of Tangerine #F9860B

RGB

 RED value IS 249 (97.66% from 255) = 63.2%

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 63.2%
G = 34.01%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9860B (or 0xF9860B) is known color: Tangerine. HEX triplet: F9, 86 and 0B. RGB value is (249,134,11). Sum of RGB (Red+Green+Blue) = 249+134+11=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9860B is #0679F4. Grayscale: #9A9A9A. Windows color (decimal): -424437 or 755449. OLE color: 755449.

HSL color Cylindrical-coordinate representation of color #F9860B: hue angle of 31.01º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9860B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 134 11 -
CMYK 0 0.46 0.96 0.02
HSL 31.01º 0.95% 0.51% -
HSV(B) 31.01º 0.96% 0.98% -
XYZ 47.65 37.21 4.99 -
YUV 154.36 47.1 195.5 -
System Red Green Blue C M Y K H S L
Decimal 249 134 11 0 0.46 0.96 0.02 31.01 0.95 0.51
Hex F9 86 B 0 2E 60 2 1F 5F 33
Octal 371 206 13 0 56 140 2 37 137 63
Binary 11111001 10000110 1011 0 101110 1100000 10 11111 1011111 110011

Color Harmonies of #F9860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9860B

Black with #F9860B

Text Example


Text Example

White with #F9860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9860B; }

 p { color: rgb(249,134,11); }

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

background-color css

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

 a { background-color: rgb(249,134,11); }

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

border-color css

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

 span { border-color: rgb(249,134,11); }

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