Html Css Color HEX #FAAF19 Dark Tangerine

📋 copy color: '#FAAF19'

red 250 ◦ green 175 ◦ blue 25

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

Shades of Dark Tangerine #FAAF19

Tints of Dark Tangerine #FAAF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

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

R = 55.56%
G = 38.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAAF19 (or 0xFAAF19) is known color: Dark Tangerine. HEX triplet: FA, AF and 19. RGB value is (250,175,25). Sum of RGB (Red+Green+Blue) = 250+175+25=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF19 is #0550E6. Grayscale: #B5B5B5. Windows color (decimal): -348391 or 1683450. OLE color: 1683450.

HSL color Cylindrical-coordinate representation of color #FAAF19: hue angle of 40º 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 #FAAF19 is Cyan = 0, Magento = 0.3, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 25 -
CMYK 0 0.3 0.9 0.02
HSL 40º 0.96% 0.54% -
HSV(B) 40º 0.9% 0.98% -
XYZ 54.93 51.05 7.88 -
YUV 180.33 40.35 177.7 -
System Red Green Blue C M Y K H S L
Decimal 250 175 25 0 0.3 0.9 0.02 40 0.96 0.54
Hex FA AF 19 0 1E 5A 2 28 60 36
Octal 372 257 31 0 36 132 2 50 140 66
Binary 11111010 10101111 11001 0 11110 1011010 10 101000 1100000 110110

Color Harmonies of #FAAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF19

Black with #FAAF19

Text Example


Text Example

White with #FAAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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