Html Css Color HEX #F1B10E Dark Tangerine

📋 copy color: '#F1B10E'

red 241 ◦ green 177 ◦ blue 14

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

Shades of Dark Tangerine #F1B10E

Tints of Dark Tangerine #F1B10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.97%

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

R = 55.79%
G = 40.97%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1B10E (or 0xF1B10E) is known color: Dark Tangerine. HEX triplet: F1, B1 and 0E. RGB value is (241,177,14). Sum of RGB (Red+Green+Blue) = 241+177+14=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B10E is #0E4EF1. Grayscale: #B2B2B2. Windows color (decimal): -937714 or 963057. OLE color: 963057.

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

Color convert

RGB 241 177 14 -
CMYK 0 0.27 0.94 0.05
HSL 43.08º 0.89% 0.5% -
HSV(B) 43.08º 0.94% 0.95% -
XYZ 52.08 50.18 7.36 -
YUV 177.55 35.7 173.25 -
System Red Green Blue C M Y K H S L
Decimal 241 177 14 0 0.27 0.94 0.05 43.08 0.89 0.5
Hex F1 B1 E 0 1B 5E 5 2B 59 32
Octal 361 261 16 0 33 136 5 53 131 62
Binary 11110001 10110001 1110 0 11011 1011110 101 101011 1011001 110010

Color Harmonies of #F1B10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B10E

Black with #F1B10E

Text Example


Text Example

White with #F1B10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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