Html Css Color HEX #FAA514 Dark Tangerine

📋 copy color: '#FAA514'

red 250 ◦ green 165 ◦ blue 20

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

Shades of Dark Tangerine #FAA514

Tints of Dark Tangerine #FAA514

RGB

 RED value IS 250 (98.05% from 255) = 57.47%

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

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

R = 57.47%
G = 37.93%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAA514 (or 0xFAA514) is known color: Dark Tangerine. HEX triplet: FA, A5 and 14. RGB value is (250,165,20). Sum of RGB (Red+Green+Blue) = 250+165+20=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA514 is #055AEB. Grayscale: #AEAEAE. Windows color (decimal): -350956 or 1353210. OLE color: 1353210.

HSL color Cylindrical-coordinate representation of color #FAA514: hue angle of 37.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAA514 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 20 -
CMYK 0 0.34 0.92 0.02
HSL 37.83º 0.96% 0.53% -
HSV(B) 37.83º 0.92% 0.98% -
XYZ 53.01 47.28 6.99 -
YUV 173.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 250 165 20 0 0.34 0.92 0.02 37.83 0.96 0.53
Hex FA A5 14 0 22 5C 2 26 60 35
Octal 372 245 24 0 42 134 2 46 140 65
Binary 11111010 10100101 10100 0 100010 1011100 10 100110 1100000 110101

Color Harmonies of #FAA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA514

Black with #FAA514

Text Example


Text Example

White with #FAA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA514; }

 p { color: rgb(250,165,20); }

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

background-color css

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

 a { background-color: rgb(250,165,20); }

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

border-color css

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

 span { border-color: rgb(250,165,20); }

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