Html Css Color HEX #F4870C Tangerine

📋 copy color: '#F4870C'

red 244 ◦ green 135 ◦ blue 12

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

Shades of Tangerine #F4870C

Tints of Tangerine #F4870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 62.4%
G = 34.53%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4870C (or 0xF4870C) is known color: Tangerine. HEX triplet: F4, 87 and 0C. RGB value is (244,135,12). Sum of RGB (Red+Green+Blue) = 244+135+12=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F4870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4870C is #0B78F3. Grayscale: #9A9A9A. Windows color (decimal): -751860 or 821236. OLE color: 821236.

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

Color convert

RGB 244 135 12 -
CMYK 0 0.45 0.95 0.04
HSL 31.81º 0.91% 0.5% -
HSV(B) 31.81º 0.95% 0.96% -
XYZ 46.04 36.59 4.98 -
YUV 153.57 48.11 192.5 -
System Red Green Blue C M Y K H S L
Decimal 244 135 12 0 0.45 0.95 0.04 31.81 0.91 0.5
Hex F4 87 C 0 2D 5F 4 20 5B 32
Octal 364 207 14 0 55 137 4 40 133 62
Binary 11110100 10000111 1100 0 101101 1011111 100 100000 1011011 110010

Color Harmonies of #F4870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4870C

Black with #F4870C

Text Example


Text Example

White with #F4870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4870C; }

 p { color: rgb(244,135,12); }

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

background-color css

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

 a { background-color: rgb(244,135,12); }

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

border-color css

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

 span { border-color: rgb(244,135,12); }

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