Html Css Color HEX #F17F10 Tangerine

📋 copy color: '#F17F10'

red 241 ◦ green 127 ◦ blue 16

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

Shades of Tangerine #F17F10

Tints of Tangerine #F17F10

RGB

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

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

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

R = 62.76%
G = 33.07%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F17F10 (or 0xF17F10) is known color: Tangerine. HEX triplet: F1, 7F and 10. RGB value is (241,127,16). Sum of RGB (Red+Green+Blue) = 241+127+16=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F10 is #0E80EF. Grayscale: #949494. Windows color (decimal): -950512 or 1081329. OLE color: 1081329.

HSL color Cylindrical-coordinate representation of color #F17F10: hue angle of 29.6º 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 #F17F10 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 16 -
CMYK 0 0.47 0.93 0.05
HSL 29.6º 0.89% 0.5% -
HSV(B) 29.6º 0.93% 0.95% -
XYZ 43.96 33.92 4.72 -
YUV 148.43 53.27 194.03 -
System Red Green Blue C M Y K H S L
Decimal 241 127 16 0 0.47 0.93 0.05 29.6 0.89 0.5
Hex F1 7F 10 0 2F 5D 5 1E 59 32
Octal 361 177 20 0 57 135 5 36 131 62
Binary 11110001 1111111 10000 0 101111 1011101 101 11110 1011001 110010

Color Harmonies of #F17F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F10

Black with #F17F10

Text Example


Text Example

White with #F17F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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