Html Css Color HEX #F47A0C Tangerine

📋 copy color: '#F47A0C'

red 244 ◦ green 122 ◦ blue 12

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

Shades of Tangerine #F47A0C

Tints of Tangerine #F47A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 64.55%
G = 32.28%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F47A0C (or 0xF47A0C) is known color: Tangerine. HEX triplet: F4, 7A and 0C. RGB value is (244,122,12). Sum of RGB (Red+Green+Blue) = 244+122+12=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47A0C is #0B85F3. Grayscale: #929292. Windows color (decimal): -755188 or 817908. OLE color: 817908.

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

Color convert

RGB 244 122 12 -
CMYK 0 0.5 0.95 0.04
HSL 28.45º 0.91% 0.5% -
HSV(B) 28.45º 0.95% 0.96% -
XYZ 44.33 33.18 4.42 -
YUV 145.94 52.42 197.94 -
System Red Green Blue C M Y K H S L
Decimal 244 122 12 0 0.5 0.95 0.04 28.45 0.91 0.5
Hex F4 7A C 0 32 5F 4 1C 5B 32
Octal 364 172 14 0 62 137 4 34 133 62
Binary 11110100 1111010 1100 0 110010 1011111 100 11100 1011011 110010

Color Harmonies of #F47A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47A0C

Black with #F47A0C

Text Example


Text Example

White with #F47A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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