Html Css Color HEX #F1AD15 Dark Tangerine

📋 copy color: '#F1AD15'

red 241 ◦ green 173 ◦ blue 21

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

Shades of Dark Tangerine #F1AD15

Tints of Dark Tangerine #F1AD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.83%

R = 55.4%
G = 39.77%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1AD15 (or 0xF1AD15) is known color: Dark Tangerine. HEX triplet: F1, AD and 15. RGB value is (241,173,21). Sum of RGB (Red+Green+Blue) = 241+173+21=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AD15 is #0E52EA. Grayscale: #B0B0B0. Windows color (decimal): -938731 or 1420785. OLE color: 1420785.

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

Color convert

RGB 241 173 21 -
CMYK 0 0.28 0.91 0.05
HSL 41.45º 0.89% 0.51% -
HSV(B) 41.45º 0.91% 0.95% -
XYZ 51.35 48.64 7.39 -
YUV 176 40.53 174.36 -
System Red Green Blue C M Y K H S L
Decimal 241 173 21 0 0.28 0.91 0.05 41.45 0.89 0.51
Hex F1 AD 15 0 1C 5B 5 29 59 33
Octal 361 255 25 0 34 133 5 51 131 63
Binary 11110001 10101101 10101 0 11100 1011011 101 101001 1011001 110011

Color Harmonies of #F1AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD15

Black with #F1AD15

Text Example


Text Example

White with #F1AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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