Html Css Color HEX #F4850C Tangerine

📋 copy color: '#F4850C'

red 244 ◦ green 133 ◦ blue 12

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

Shades of Tangerine #F4850C

Tints of Tangerine #F4850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 62.72%
G = 34.19%
B = 3.08%

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

#F4850C (or 0xF4850C) is known color: Tangerine. HEX triplet: F4, 85 and 0C. RGB value is (244,133,12). Sum of RGB (Red+Green+Blue) = 244+133+12=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4850C is #0B7AF3. Grayscale: #989898. Windows color (decimal): -752372 or 820724. OLE color: 820724.

HSL color Cylindrical-coordinate representation of color #F4850C: hue angle of 31.29º 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 #F4850C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 12 -
CMYK 0 0.45 0.95 0.04
HSL 31.29º 0.91% 0.5% -
HSV(B) 31.29º 0.95% 0.96% -
XYZ 45.76 36.03 4.89 -
YUV 152.4 48.77 193.34 -
System Red Green Blue C M Y K H S L
Decimal 244 133 12 0 0.45 0.95 0.04 31.29 0.91 0.5
Hex F4 85 C 0 2D 5F 4 1F 5B 32
Octal 364 205 14 0 55 137 4 37 133 62
Binary 11110100 10000101 1100 0 101101 1011111 100 11111 1011011 110010

Color Harmonies of #F4850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4850C

Black with #F4850C

Text Example


Text Example

White with #F4850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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