Html Css Color HEX #F9860F Tangerine

📋 copy color: '#F9860F'

red 249 ◦ green 134 ◦ blue 15

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

Shades of Tangerine #F9860F

Tints of Tangerine #F9860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 62.56%
G = 33.67%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9860F (or 0xF9860F) is known color: Tangerine. HEX triplet: F9, 86 and 0F. RGB value is (249,134,15). Sum of RGB (Red+Green+Blue) = 249+134+15=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9860F is #0679F0. Grayscale: #9B9B9B. Windows color (decimal): -424433 or 1017593. OLE color: 1017593.

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

Color convert

RGB 249 134 15 -
CMYK 0 0.46 0.94 0.02
HSL 30.51º 0.95% 0.52% -
HSV(B) 30.51º 0.94% 0.98% -
XYZ 47.68 37.22 5.12 -
YUV 154.82 49.1 195.18 -
System Red Green Blue C M Y K H S L
Decimal 249 134 15 0 0.46 0.94 0.02 30.51 0.95 0.52
Hex F9 86 F 0 2E 5E 2 1F 5F 34
Octal 371 206 17 0 56 136 2 37 137 64
Binary 11111001 10000110 1111 0 101110 1011110 10 11111 1011111 110100

Color Harmonies of #F9860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9860F

Black with #F9860F

Text Example


Text Example

White with #F9860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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