Html Css Color HEX #F17C0B Tangerine

📋 copy color: '#F17C0B'

red 241 ◦ green 124 ◦ blue 11

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

Shades of Tangerine #F17C0B

Tints of Tangerine #F17C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 64.1%
G = 32.98%
B = 2.93%

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

#F17C0B (or 0xF17C0B) is known color: Tangerine. HEX triplet: F1, 7C and 0B. RGB value is (241,124,11). Sum of RGB (Red+Green+Blue) = 241+124+11=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17C0B is #0E83F4. Grayscale: #929292. Windows color (decimal): -951285 or 752881. OLE color: 752881.

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

Color convert

RGB 241 124 11 -
CMYK 0 0.49 0.95 0.05
HSL 29.48º 0.91% 0.49% -
HSV(B) 29.48º 0.95% 0.95% -
XYZ 43.54 33.14 4.42 -
YUV 146.1 51.76 195.69 -
System Red Green Blue C M Y K H S L
Decimal 241 124 11 0 0.49 0.95 0.05 29.48 0.91 0.49
Hex F1 7C B 0 31 5F 5 1D 5B 31
Octal 361 174 13 0 61 137 5 35 133 61
Binary 11110001 1111100 1011 0 110001 1011111 101 11101 1011011 110001

Color Harmonies of #F17C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C0B

Black with #F17C0B

Text Example


Text Example

White with #F17C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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