Html Css Color HEX #F17D10 Tangerine

📋 copy color: '#F17D10'

red 241 ◦ green 125 ◦ blue 16

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

Shades of Tangerine #F17D10

Tints of Tangerine #F17D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 63.09%
G = 32.72%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F17D10 (or 0xF17D10) is known color: Tangerine. HEX triplet: F1, 7D and 10. RGB value is (241,125,16). Sum of RGB (Red+Green+Blue) = 241+125+16=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D10 is #0E82EF. Grayscale: #939393. Windows color (decimal): -951024 or 1080817. OLE color: 1080817.

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

Color convert

RGB 241 125 16 -
CMYK 0 0.48 0.93 0.05
HSL 29.07º 0.89% 0.5% -
HSV(B) 29.07º 0.93% 0.95% -
XYZ 43.7 33.41 4.63 -
YUV 147.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 241 125 16 0 0.48 0.93 0.05 29.07 0.89 0.5
Hex F1 7D 10 0 30 5D 5 1D 59 32
Octal 361 175 20 0 60 135 5 35 131 62
Binary 11110001 1111101 10000 0 110000 1011101 101 11101 1011001 110010

Color Harmonies of #F17D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D10

Black with #F17D10

Text Example


Text Example

White with #F17D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D10; }

 p { color: rgb(241,125,16); }

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

background-color css

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

 a { background-color: rgb(241,125,16); }

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

border-color css

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

 span { border-color: rgb(241,125,16); }

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