Html Css Color HEX #F1A513 Dark Tangerine

📋 copy color: '#F1A513'

red 241 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #F1A513

Tints of Dark Tangerine #F1A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

 BLUE value IS 19 (7.81% from 255) = 4.47%

R = 56.71%
G = 38.82%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1A513 (or 0xF1A513) is known color: Dark Tangerine. HEX triplet: F1, A5 and 13. RGB value is (241,165,19). Sum of RGB (Red+Green+Blue) = 241+165+19=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A513 is #0E5AEC. Grayscale: #ABABAB. Windows color (decimal): -940781 or 1287665. OLE color: 1287665.

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

Color convert

RGB 241 165 19 -
CMYK 0 0.32 0.92 0.05
HSL 39.46º 0.89% 0.51% -
HSV(B) 39.46º 0.92% 0.95% -
XYZ 49.85 45.66 6.8 -
YUV 171.08 42.18 177.87 -
System Red Green Blue C M Y K H S L
Decimal 241 165 19 0 0.32 0.92 0.05 39.46 0.89 0.51
Hex F1 A5 13 0 20 5C 5 27 59 33
Octal 361 245 23 0 40 134 5 47 131 63
Binary 11110001 10100101 10011 0 100000 1011100 101 100111 1011001 110011

Color Harmonies of #F1A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A513

Black with #F1A513

Text Example


Text Example

White with #F1A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A513; }

 p { color: rgb(241,165,19); }

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

background-color css

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

 a { background-color: rgb(241,165,19); }

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

border-color css

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

 span { border-color: rgb(241,165,19); }

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