Html Css Color HEX #F47F0C Tangerine

📋 copy color: '#F47F0C'

red 244 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #F47F0C

Tints of Tangerine #F47F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 63.71%
G = 33.16%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F47F0C (or 0xF47F0C) is known color: Tangerine. HEX triplet: F4, 7F and 0C. RGB value is (244,127,12). Sum of RGB (Red+Green+Blue) = 244+127+12=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47F0C is #0B80F3. Grayscale: #959595. Windows color (decimal): -753908 or 819188. OLE color: 819188.

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

Color convert

RGB 244 127 12 -
CMYK 0 0.48 0.95 0.04
HSL 29.74º 0.91% 0.5% -
HSV(B) 29.74º 0.95% 0.96% -
XYZ 44.96 34.44 4.63 -
YUV 148.87 50.76 195.85 -
System Red Green Blue C M Y K H S L
Decimal 244 127 12 0 0.48 0.95 0.04 29.74 0.91 0.5
Hex F4 7F C 0 30 5F 4 1E 5B 32
Octal 364 177 14 0 60 137 4 36 133 62
Binary 11110100 1111111 1100 0 110000 1011111 100 11110 1011011 110010

Color Harmonies of #F47F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F0C

Black with #F47F0C

Text Example


Text Example

White with #F47F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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