Html Css Color HEX #F1B117 Dark Tangerine

📋 copy color: '#F1B117'

red 241 ◦ green 177 ◦ blue 23

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

Shades of Dark Tangerine #F1B117

Tints of Dark Tangerine #F1B117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.22%

R = 54.65%
G = 40.14%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1B117 (or 0xF1B117) is known color: Dark Tangerine. HEX triplet: F1, B1 and 17. RGB value is (241,177,23). Sum of RGB (Red+Green+Blue) = 241+177+23=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B117 is #0E4EE8. Grayscale: #B3B3B3. Windows color (decimal): -937705 or 1552881. OLE color: 1552881.

HSL color Cylindrical-coordinate representation of color #F1B117: hue angle of 42.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1B117 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 177 23 -
CMYK 0 0.27 0.90 0.05
HSL 42.39º 0.89% 0.52% -
HSV(B) 42.39º 0.9% 0.95% -
XYZ 52.15 50.21 7.75 -
YUV 178.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 241 177 23 0 0.27 0.90 0.05 42.39 0.89 0.52
Hex F1 B1 17 0 1B 5A 5 2A 59 34
Octal 361 261 27 0 33 132 5 52 131 64
Binary 11110001 10110001 10111 0 11011 1011010 101 101010 1011001 110100

Color Harmonies of #F1B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B117

Black with #F1B117

Text Example


Text Example

White with #F1B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B117; }

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

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

background-color css

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

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

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

border-color css

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

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

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