Html Css Color HEX #F1A311 Dark Tangerine

📋 copy color: '#F1A311'

red 241 ◦ green 163 ◦ blue 17

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

Shades of Dark Tangerine #F1A311

Tints of Dark Tangerine #F1A311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 17 (7.03% from 255) = 4.04%

R = 57.24%
G = 38.72%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1A311 (or 0xF1A311) is known color: Dark Tangerine. HEX triplet: F1, A3 and 11. RGB value is (241,163,17). Sum of RGB (Red+Green+Blue) = 241+163+17=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A311 is #0E5CEE. Grayscale: #AAAAAA. Windows color (decimal): -941295 or 1156081. OLE color: 1156081.

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

Color convert

RGB 241 163 17 -
CMYK 0 0.32 0.93 0.05
HSL 39.11º 0.89% 0.51% -
HSV(B) 39.11º 0.93% 0.95% -
XYZ 49.47 44.94 6.6 -
YUV 169.68 41.84 178.87 -
System Red Green Blue C M Y K H S L
Decimal 241 163 17 0 0.32 0.93 0.05 39.11 0.89 0.51
Hex F1 A3 11 0 20 5D 5 27 59 33
Octal 361 243 21 0 40 135 5 47 131 63
Binary 11110001 10100011 10001 0 100000 1011101 101 100111 1011001 110011

Color Harmonies of #F1A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A311

Black with #F1A311

Text Example


Text Example

White with #F1A311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A311; }

 p { color: rgb(241,163,17); }

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

background-color css

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

 a { background-color: rgb(241,163,17); }

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

border-color css

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

 span { border-color: rgb(241,163,17); }

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