Html Css Color HEX #F1A816 Dark Tangerine

📋 copy color: '#F1A816'

red 241 ◦ green 168 ◦ blue 22

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

Shades of Dark Tangerine #F1A816

Tints of Dark Tangerine #F1A816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.98%

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

R = 55.92%
G = 38.98%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1A816 (or 0xF1A816) is known color: Dark Tangerine. HEX triplet: F1, A8 and 16. RGB value is (241,168,22). Sum of RGB (Red+Green+Blue) = 241+168+22=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A816 is #0E57E9. Grayscale: #ADADAD. Windows color (decimal): -940010 or 1485041. OLE color: 1485041.

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

Color convert

RGB 241 168 22 -
CMYK 0 0.30 0.91 0.05
HSL 40º 0.89% 0.52% -
HSV(B) 40º 0.91% 0.95% -
XYZ 50.42 46.76 7.13 -
YUV 173.18 42.68 176.37 -
System Red Green Blue C M Y K H S L
Decimal 241 168 22 0 0.30 0.91 0.05 40 0.89 0.52
Hex F1 A8 16 0 1E 5B 5 28 59 34
Octal 361 250 26 0 36 133 5 50 131 64
Binary 11110001 10101000 10110 0 11110 1011011 101 101000 1011001 110100

Color Harmonies of #F1A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A816

Black with #F1A816

Text Example


Text Example

White with #F1A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A816; }

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

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

background-color css

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

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

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

border-color css

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

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

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