Html Css Color HEX #F17F0E Tangerine

📋 copy color: '#F17F0E'

red 241 ◦ green 127 ◦ blue 14

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

Shades of Tangerine #F17F0E

Tints of Tangerine #F17F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 63.09%
G = 33.25%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F17F0E (or 0xF17F0E) is known color: Tangerine. HEX triplet: F1, 7F and 0E. RGB value is (241,127,14). Sum of RGB (Red+Green+Blue) = 241+127+14=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F0E is #0E80F1. Grayscale: #949494. Windows color (decimal): -950514 or 950257. OLE color: 950257.

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

Color convert

RGB 241 127 14 -
CMYK 0 0.47 0.94 0.05
HSL 29.87º 0.89% 0.5% -
HSV(B) 29.87º 0.94% 0.95% -
XYZ 43.94 33.91 4.64 -
YUV 148.2 52.27 194.19 -
System Red Green Blue C M Y K H S L
Decimal 241 127 14 0 0.47 0.94 0.05 29.87 0.89 0.5
Hex F1 7F E 0 2F 5E 5 1E 59 32
Octal 361 177 16 0 57 136 5 36 131 62
Binary 11110001 1111111 1110 0 101111 1011110 101 11110 1011001 110010

Color Harmonies of #F17F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F0E

Black with #F17F0E

Text Example


Text Example

White with #F17F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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