Html Css Color HEX #F1AF16 Dark Tangerine

📋 copy color: '#F1AF16'

red 241 ◦ green 175 ◦ blue 22

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

Shades of Dark Tangerine #F1AF16

Tints of Dark Tangerine #F1AF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 55.02%
G = 39.95%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1AF16 (or 0xF1AF16) is known color: Dark Tangerine. HEX triplet: F1, AF and 16. RGB value is (241,175,22). Sum of RGB (Red+Green+Blue) = 241+175+22=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AF16 is #0E50E9. Grayscale: #B1B1B1. Windows color (decimal): -938218 or 1486833. OLE color: 1486833.

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

Color convert

RGB 241 175 22 -
CMYK 0 0.27 0.91 0.05
HSL 41.92º 0.89% 0.52% -
HSV(B) 41.92º 0.91% 0.95% -
XYZ 51.75 49.42 7.57 -
YUV 177.29 40.37 173.44 -
System Red Green Blue C M Y K H S L
Decimal 241 175 22 0 0.27 0.91 0.05 41.92 0.89 0.52
Hex F1 AF 16 0 1B 5B 5 2A 59 34
Octal 361 257 26 0 33 133 5 52 131 64
Binary 11110001 10101111 10110 0 11011 1011011 101 101010 1011001 110100

Color Harmonies of #F1AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF16

Black with #F1AF16

Text Example


Text Example

White with #F1AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF16; }

 p { color: rgb(241,175,22); }

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

background-color css

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

 a { background-color: rgb(241,175,22); }

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

border-color css

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

 span { border-color: rgb(241,175,22); }

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