Html Css Color HEX #F1B511 Dark Tangerine

📋 copy color: '#F1B511'

red 241 ◦ green 181 ◦ blue 17

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

Shades of Dark Tangerine #F1B511

Tints of Dark Tangerine #F1B511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 54.9%
G = 41.23%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1B511 (or 0xF1B511) is known color: Dark Tangerine. HEX triplet: F1, B5 and 11. RGB value is (241,181,17). Sum of RGB (Red+Green+Blue) = 241+181+17=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B511 is #0E4AEE. Grayscale: #B4B4B4. Windows color (decimal): -936687 or 1160689. OLE color: 1160689.

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

Color convert

RGB 241 181 17 -
CMYK 0 0.25 0.93 0.05
HSL 43.93º 0.89% 0.51% -
HSV(B) 43.93º 0.93% 0.95% -
XYZ 52.9 51.79 7.74 -
YUV 180.24 35.88 171.34 -
System Red Green Blue C M Y K H S L
Decimal 241 181 17 0 0.25 0.93 0.05 43.93 0.89 0.51
Hex F1 B5 11 0 19 5D 5 2C 59 33
Octal 361 265 21 0 31 135 5 54 131 63
Binary 11110001 10110101 10001 0 11001 1011101 101 101100 1011001 110011

Color Harmonies of #F1B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B511

Black with #F1B511

Text Example


Text Example

White with #F1B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B511; }

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

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

background-color css

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

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

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

border-color css

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

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

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