Html Css Color HEX #F17C0C Tangerine

📋 copy color: '#F17C0C'

red 241 ◦ green 124 ◦ blue 12

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

Shades of Tangerine #F17C0C

Tints of Tangerine #F17C0C

RGB

 RED value IS 241 (94.53% from 255) = 63.93%

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 63.93%
G = 32.89%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F17C0C (or 0xF17C0C) is known color: Tangerine. HEX triplet: F1, 7C and 0C. RGB value is (241,124,12). Sum of RGB (Red+Green+Blue) = 241+124+12=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C0C is #0E83F3. Grayscale: #929292. Windows color (decimal): -951284 or 818417. OLE color: 818417.

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

Color convert

RGB 241 124 12 -
CMYK 0 0.49 0.95 0.05
HSL 29.34º 0.91% 0.5% -
HSV(B) 29.34º 0.95% 0.95% -
XYZ 43.55 33.14 4.45 -
YUV 146.22 52.26 195.61 -
System Red Green Blue C M Y K H S L
Decimal 241 124 12 0 0.49 0.95 0.05 29.34 0.91 0.5
Hex F1 7C C 0 31 5F 5 1D 5B 32
Octal 361 174 14 0 61 137 5 35 133 62
Binary 11110001 1111100 1100 0 110001 1011111 101 11101 1011011 110010

Color Harmonies of #F17C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C0C

Black with #F17C0C

Text Example


Text Example

White with #F17C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C0C; }

 p { color: rgb(241,124,12); }

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

background-color css

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

 a { background-color: rgb(241,124,12); }

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

border-color css

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

 span { border-color: rgb(241,124,12); }

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