Html Css Color HEX #F1AD14 Dark Tangerine

📋 copy color: '#F1AD14'

red 241 ◦ green 173 ◦ blue 20

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

Shades of Dark Tangerine #F1AD14

Tints of Dark Tangerine #F1AD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 55.53%
G = 39.86%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1AD14 (or 0xF1AD14) is known color: Dark Tangerine. HEX triplet: F1, AD and 14. RGB value is (241,173,20). Sum of RGB (Red+Green+Blue) = 241+173+20=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD14 is #0E52EB. Grayscale: #B0B0B0. Windows color (decimal): -938732 or 1355249. OLE color: 1355249.

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

Color convert

RGB 241 173 20 -
CMYK 0 0.28 0.92 0.05
HSL 41.54º 0.89% 0.51% -
HSV(B) 41.54º 0.92% 0.95% -
XYZ 51.35 48.64 7.34 -
YUV 175.89 40.03 174.44 -
System Red Green Blue C M Y K H S L
Decimal 241 173 20 0 0.28 0.92 0.05 41.54 0.89 0.51
Hex F1 AD 14 0 1C 5C 5 2A 59 33
Octal 361 255 24 0 34 134 5 52 131 63
Binary 11110001 10101101 10100 0 11100 1011100 101 101010 1011001 110011

Color Harmonies of #F1AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD14

Black with #F1AD14

Text Example


Text Example

White with #F1AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD14; }

 p { color: rgb(241,173,20); }

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

background-color css

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

 a { background-color: rgb(241,173,20); }

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

border-color css

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

 span { border-color: rgb(241,173,20); }

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