Html Css Color HEX #F1B217 Dark Tangerine

📋 copy color: '#F1B217'

red 241 ◦ green 178 ◦ blue 23

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

Shades of Dark Tangerine #F1B217

Tints of Dark Tangerine #F1B217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

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

R = 54.52%
G = 40.27%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1B217 (or 0xF1B217) is known color: Dark Tangerine. HEX triplet: F1, B2 and 17. RGB value is (241,178,23). Sum of RGB (Red+Green+Blue) = 241+178+23=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B217 is #0E4DE8. Grayscale: #B3B3B3. Windows color (decimal): -937449 or 1553137. OLE color: 1553137.

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

Color convert

RGB 241 178 23 -
CMYK 0 0.26 0.90 0.05
HSL 42.66º 0.89% 0.52% -
HSV(B) 42.66º 0.9% 0.95% -
XYZ 52.35 50.6 7.82 -
YUV 179.17 39.87 172.1 -
System Red Green Blue C M Y K H S L
Decimal 241 178 23 0 0.26 0.90 0.05 42.66 0.89 0.52
Hex F1 B2 17 0 1A 5A 5 2B 59 34
Octal 361 262 27 0 32 132 5 53 131 64
Binary 11110001 10110010 10111 0 11010 1011010 101 101011 1011001 110100

Color Harmonies of #F1B217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B217

Black with #F1B217

Text Example


Text Example

White with #F1B217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B217; }

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

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

background-color css

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

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

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

border-color css

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

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

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