Html Css Color HEX #FAAB0D Dark Tangerine

📋 copy color: '#FAAB0D'

red 250 ◦ green 171 ◦ blue 13

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

Shades of Dark Tangerine #FAAB0D

Tints of Dark Tangerine #FAAB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 57.6%
G = 39.4%
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

#FAAB0D (or 0xFAAB0D) is known color: Dark Tangerine. HEX triplet: FA, AB and 0D. RGB value is (250,171,13). Sum of RGB (Red+Green+Blue) = 250+171+13=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB0D is #0554F2. Grayscale: #B1B1B1. Windows color (decimal): -349427 or 895994. OLE color: 895994.

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

Color convert

RGB 250 171 13 -
CMYK 0 0.32 0.95 0.02
HSL 40º 0.96% 0.52% -
HSV(B) 40º 0.95% 0.98% -
XYZ 54.06 49.48 7.08 -
YUV 176.61 35.67 180.35 -
System Red Green Blue C M Y K H S L
Decimal 250 171 13 0 0.32 0.95 0.02 40 0.96 0.52
Hex FA AB D 0 20 5F 2 28 60 34
Octal 372 253 15 0 40 137 2 50 140 64
Binary 11111010 10101011 1101 0 100000 1011111 10 101000 1100000 110100

Color Harmonies of #FAAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB0D

Black with #FAAB0D

Text Example


Text Example

White with #FAAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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