Html Css Color HEX #F4860F Tangerine

📋 copy color: '#F4860F'

red 244 ◦ green 134 ◦ blue 15

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

Shades of Tangerine #F4860F

Tints of Tangerine #F4860F

RGB

 RED value IS 244 (95.7% from 255) = 62.09%

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

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

R = 62.09%
G = 34.1%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4860F (or 0xF4860F) is known color: Tangerine. HEX triplet: F4, 86 and 0F. RGB value is (244,134,15). Sum of RGB (Red+Green+Blue) = 244+134+15=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4860F is #0B79F0. Grayscale: #999999. Windows color (decimal): -752113 or 1017588. OLE color: 1017588.

HSL color Cylindrical-coordinate representation of color #F4860F: hue angle of 31.18º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4860F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 134 15 -
CMYK 0 0.45 0.94 0.04
HSL 31.18º 0.91% 0.51% -
HSV(B) 31.18º 0.94% 0.96% -
XYZ 45.92 36.32 5.04 -
YUV 153.32 49.94 192.68 -
System Red Green Blue C M Y K H S L
Decimal 244 134 15 0 0.45 0.94 0.04 31.18 0.91 0.51
Hex F4 86 F 0 2D 5E 4 1F 5B 33
Octal 364 206 17 0 55 136 4 37 133 63
Binary 11110100 10000110 1111 0 101101 1011110 100 11111 1011011 110011

Color Harmonies of #F4860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4860F

Black with #F4860F

Text Example


Text Example

White with #F4860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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