Html Css Color HEX #F1A314 Dark Tangerine

📋 copy color: '#F1A314'

red 241 ◦ green 163 ◦ blue 20

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

Shades of Dark Tangerine #F1A314

Tints of Dark Tangerine #F1A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

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

R = 56.84%
G = 38.44%
B = 4.72%

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

#F1A314 (or 0xF1A314) is known color: Dark Tangerine. HEX triplet: F1, A3 and 14. RGB value is (241,163,20). Sum of RGB (Red+Green+Blue) = 241+163+20=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A314 is #0E5CEB. Grayscale: #AAAAAA. Windows color (decimal): -941292 or 1352689. OLE color: 1352689.

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

Color convert

RGB 241 163 20 -
CMYK 0 0.32 0.92 0.05
HSL 38.82º 0.89% 0.51% -
HSV(B) 38.82º 0.92% 0.95% -
XYZ 49.5 44.95 6.73 -
YUV 170.02 43.34 178.63 -
System Red Green Blue C M Y K H S L
Decimal 241 163 20 0 0.32 0.92 0.05 38.82 0.89 0.51
Hex F1 A3 14 0 20 5C 5 27 59 33
Octal 361 243 24 0 40 134 5 47 131 63
Binary 11110001 10100011 10100 0 100000 1011100 101 100111 1011001 110011

Color Harmonies of #F1A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A314

Black with #F1A314

Text Example


Text Example

White with #F1A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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