Html Css Color HEX #FAAB0E Dark Tangerine

📋 copy color: '#FAAB0E'

red 250 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #FAAB0E

Tints of Dark Tangerine #FAAB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.22%

R = 57.47%
G = 39.31%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAAB0E (or 0xFAAB0E) is known color: Dark Tangerine. HEX triplet: FA, AB and 0E. RGB value is (250,171,14). Sum of RGB (Red+Green+Blue) = 250+171+14=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB0E is #0554F1. Grayscale: #B1B1B1. Windows color (decimal): -349426 or 961530. OLE color: 961530.

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

Color convert

RGB 250 171 14 -
CMYK 0 0.32 0.94 0.02
HSL 39.92º 0.96% 0.52% -
HSV(B) 39.92º 0.94% 0.98% -
XYZ 54.07 49.48 7.12 -
YUV 176.72 36.17 180.27 -
System Red Green Blue C M Y K H S L
Decimal 250 171 14 0 0.32 0.94 0.02 39.92 0.96 0.52
Hex FA AB E 0 20 5E 2 28 60 34
Octal 372 253 16 0 40 136 2 50 140 64
Binary 11111010 10101011 1110 0 100000 1011110 10 101000 1100000 110100

Color Harmonies of #FAAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB0E

Black with #FAAB0E

Text Example


Text Example

White with #FAAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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