Html Css Color HEX #FAAA0D Dark Tangerine

📋 copy color: '#FAAA0D'

red 250 ◦ green 170 ◦ blue 13

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

Shades of Dark Tangerine #FAAA0D

Tints of Dark Tangerine #FAAA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 57.74%
G = 39.26%
B = 3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAAA0D (or 0xFAAA0D) is known color: Dark Tangerine. HEX triplet: FA, AA and 0D. RGB value is (250,170,13). Sum of RGB (Red+Green+Blue) = 250+170+13=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA0D is #0555F2. Grayscale: #B0B0B0. Windows color (decimal): -349683 or 895738. OLE color: 895738.

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

Color convert

RGB 250 170 13 -
CMYK 0 0.32 0.95 0.02
HSL 39.75º 0.96% 0.52% -
HSV(B) 39.75º 0.95% 0.98% -
XYZ 53.87 49.1 7.02 -
YUV 176.02 36 180.77 -
System Red Green Blue C M Y K H S L
Decimal 250 170 13 0 0.32 0.95 0.02 39.75 0.96 0.52
Hex FA AA D 0 20 5F 2 28 60 34
Octal 372 252 15 0 40 137 2 50 140 64
Binary 11111010 10101010 1101 0 100000 1011111 10 101000 1100000 110100

Color Harmonies of #FAAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA0D

Black with #FAAA0D

Text Example


Text Example

White with #FAAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA0D; }

 p { color: rgb(250,170,13); }

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

background-color css

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

 a { background-color: rgb(250,170,13); }

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

border-color css

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

 span { border-color: rgb(250,170,13); }

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