Html Css Color HEX #F1A412 Dark Tangerine

📋 copy color: '#F1A412'

red 241 ◦ green 164 ◦ blue 18

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

Shades of Dark Tangerine #F1A412

Tints of Dark Tangerine #F1A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 56.97%
G = 38.77%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1A412 (or 0xF1A412) is known color: Dark Tangerine. HEX triplet: F1, A4 and 12. RGB value is (241,164,18). Sum of RGB (Red+Green+Blue) = 241+164+18=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A412 is #0E5BED. Grayscale: #ABABAB. Windows color (decimal): -941038 or 1221873. OLE color: 1221873.

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

Color convert

RGB 241 164 18 -
CMYK 0 0.32 0.93 0.05
HSL 39.28º 0.89% 0.51% -
HSV(B) 39.28º 0.93% 0.95% -
XYZ 49.66 45.3 6.7 -
YUV 170.38 42.01 178.37 -
System Red Green Blue C M Y K H S L
Decimal 241 164 18 0 0.32 0.93 0.05 39.28 0.89 0.51
Hex F1 A4 12 0 20 5D 5 27 59 33
Octal 361 244 22 0 40 135 5 47 131 63
Binary 11110001 10100100 10010 0 100000 1011101 101 100111 1011001 110011

Color Harmonies of #F1A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A412

Black with #F1A412

Text Example


Text Example

White with #F1A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A412; }

 p { color: rgb(241,164,18); }

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

background-color css

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

 a { background-color: rgb(241,164,18); }

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

border-color css

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

 span { border-color: rgb(241,164,18); }

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