Html Css Color HEX #F1A519 Dark Tangerine

📋 copy color: '#F1A519'

red 241 ◦ green 165 ◦ blue 25

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

Shades of Dark Tangerine #F1A519

Tints of Dark Tangerine #F1A519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 55.92%
G = 38.28%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1A519 (or 0xF1A519) is known color: Dark Tangerine. HEX triplet: F1, A5 and 19. RGB value is (241,165,25). Sum of RGB (Red+Green+Blue) = 241+165+25=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A519 is #0E5AE6. Grayscale: #ACACAC. Windows color (decimal): -940775 or 1680881. OLE color: 1680881.

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

Color convert

RGB 241 165 25 -
CMYK 0 0.32 0.90 0.05
HSL 38.89º 0.89% 0.52% -
HSV(B) 38.89º 0.9% 0.95% -
XYZ 49.91 45.68 7.11 -
YUV 171.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 241 165 25 0 0.32 0.90 0.05 38.89 0.89 0.52
Hex F1 A5 19 0 20 5A 5 27 59 34
Octal 361 245 31 0 40 132 5 47 131 64
Binary 11110001 10100101 11001 0 100000 1011010 101 100111 1011001 110100

Color Harmonies of #F1A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A519

Black with #F1A519

Text Example


Text Example

White with #F1A519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A519; }

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

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

background-color css

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

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

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

border-color css

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

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

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