Html Css Color HEX #F9860C Tangerine

📋 copy color: '#F9860C'

red 249 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #F9860C

Tints of Tangerine #F9860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 63.04%
G = 33.92%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9860C (or 0xF9860C) is known color: Tangerine. HEX triplet: F9, 86 and 0C. RGB value is (249,134,12). Sum of RGB (Red+Green+Blue) = 249+134+12=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9860C is #0679F3. Grayscale: #9B9B9B. Windows color (decimal): -424436 or 820985. OLE color: 820985.

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

Color convert

RGB 249 134 12 -
CMYK 0 0.46 0.95 0.02
HSL 30.89º 0.95% 0.51% -
HSV(B) 30.89º 0.95% 0.98% -
XYZ 47.66 37.22 5.02 -
YUV 154.48 47.6 195.42 -
System Red Green Blue C M Y K H S L
Decimal 249 134 12 0 0.46 0.95 0.02 30.89 0.95 0.51
Hex F9 86 C 0 2E 5F 2 1F 5F 33
Octal 371 206 14 0 56 137 2 37 137 63
Binary 11111001 10000110 1100 0 101110 1011111 10 11111 1011111 110011

Color Harmonies of #F9860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9860C

Black with #F9860C

Text Example


Text Example

White with #F9860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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