Html Css Color HEX #FAAF1A Dark Tangerine

📋 copy color: '#FAAF1A'

red 250 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #FAAF1A

Tints of Dark Tangerine #FAAF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.76%

R = 55.43%
G = 38.8%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAAF1A (or 0xFAAF1A) is known color: Dark Tangerine. HEX triplet: FA, AF and 1A. RGB value is (250,175,26). Sum of RGB (Red+Green+Blue) = 250+175+26=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF1A is #0550E5. Grayscale: #B5B5B5. Windows color (decimal): -348390 or 1748986. OLE color: 1748986.

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

Color convert

RGB 250 175 26 -
CMYK 0 0.3 0.90 0.02
HSL 39.91º 0.96% 0.54% -
HSV(B) 39.91º 0.9% 0.98% -
XYZ 54.94 51.06 7.94 -
YUV 180.44 40.85 177.62 -
System Red Green Blue C M Y K H S L
Decimal 250 175 26 0 0.3 0.90 0.02 39.91 0.96 0.54
Hex FA AF 1A 0 1E 5A 2 28 60 36
Octal 372 257 32 0 36 132 2 50 140 66
Binary 11111010 10101111 11010 0 11110 1011010 10 101000 1100000 110110

Color Harmonies of #FAAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF1A

Black with #FAAF1A

Text Example


Text Example

White with #FAAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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