Html Css Color HEX #FAA719 Dark Tangerine

📋 copy color: '#FAA719'

red 250 ◦ green 167 ◦ blue 25

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

Shades of Dark Tangerine #FAA719

Tints of Dark Tangerine #FAA719

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 56.56%
G = 37.78%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAA719 (or 0xFAA719) is known color: Dark Tangerine. HEX triplet: FA, A7 and 19. RGB value is (250,167,25). Sum of RGB (Red+Green+Blue) = 250+167+25=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA719 is #0558E6. Grayscale: #B0B0B0. Windows color (decimal): -350439 or 1681402. OLE color: 1681402.

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

Color convert

RGB 250 167 25 -
CMYK 0 0.33 0.9 0.02
HSL 37.87º 0.96% 0.54% -
HSV(B) 37.87º 0.9% 0.98% -
XYZ 53.42 48.03 7.38 -
YUV 175.63 43 181.05 -
System Red Green Blue C M Y K H S L
Decimal 250 167 25 0 0.33 0.9 0.02 37.87 0.96 0.54
Hex FA A7 19 0 21 5A 2 26 60 36
Octal 372 247 31 0 41 132 2 46 140 66
Binary 11111010 10100111 11001 0 100001 1011010 10 100110 1100000 110110

Color Harmonies of #FAA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA719

Black with #FAA719

Text Example


Text Example

White with #FAA719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA719; }

 p { color: rgb(250,167,25); }

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

background-color css

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

 a { background-color: rgb(250,167,25); }

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

border-color css

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

 span { border-color: rgb(250,167,25); }

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