Html Css Color HEX #F17C0E Tangerine

📋 copy color: '#F17C0E'

red 241 ◦ green 124 ◦ blue 14

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

Shades of Tangerine #F17C0E

Tints of Tangerine #F17C0E

RGB

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

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

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

R = 63.59%
G = 32.72%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F17C0E (or 0xF17C0E) is known color: Tangerine. HEX triplet: F1, 7C and 0E. RGB value is (241,124,14). Sum of RGB (Red+Green+Blue) = 241+124+14=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C0E is #0E83F1. Grayscale: #929292. Windows color (decimal): -951282 or 949489. OLE color: 949489.

HSL color Cylindrical-coordinate representation of color #F17C0E: 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.94%. Process color model (Four color, CMYK) of #F17C0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 124 14 -
CMYK 0 0.49 0.94 0.05
HSL 29.07º 0.89% 0.5% -
HSV(B) 29.07º 0.94% 0.95% -
XYZ 43.56 33.15 4.52 -
YUV 146.44 53.26 195.44 -
System Red Green Blue C M Y K H S L
Decimal 241 124 14 0 0.49 0.94 0.05 29.07 0.89 0.5
Hex F1 7C E 0 31 5E 5 1D 59 32
Octal 361 174 16 0 61 136 5 35 131 62
Binary 11110001 1111100 1110 0 110001 1011110 101 11101 1011001 110010

Color Harmonies of #F17C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C0E

Black with #F17C0E

Text Example


Text Example

White with #F17C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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