Html Css Color HEX #FAA40E Dark Tangerine

📋 copy color: '#FAA40E'

red 250 ◦ green 164 ◦ blue 14

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

Shades of Dark Tangerine #FAA40E

Tints of Dark Tangerine #FAA40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

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

R = 58.41%
G = 38.32%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA40E (or 0xFAA40E) is known color: Dark Tangerine. HEX triplet: FA, A4 and 0E. RGB value is (250,164,14). Sum of RGB (Red+Green+Blue) = 250+164+14=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA40E is #055BF1. Grayscale: #ADADAD. Windows color (decimal): -351218 or 959738. OLE color: 959738.

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

Color convert

RGB 250 164 14 -
CMYK 0 0.34 0.94 0.02
HSL 38.14º 0.96% 0.52% -
HSV(B) 38.14º 0.94% 0.98% -
XYZ 52.78 46.91 6.69 -
YUV 172.61 38.49 183.2 -
System Red Green Blue C M Y K H S L
Decimal 250 164 14 0 0.34 0.94 0.02 38.14 0.96 0.52
Hex FA A4 E 0 22 5E 2 26 60 34
Octal 372 244 16 0 42 136 2 46 140 64
Binary 11111010 10100100 1110 0 100010 1011110 10 100110 1100000 110100

Color Harmonies of #FAA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA40E

Black with #FAA40E

Text Example


Text Example

White with #FAA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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