Html Css Color HEX #FAA90E Dark Tangerine

📋 copy color: '#FAA90E'

red 250 ◦ green 169 ◦ blue 14

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

Shades of Dark Tangerine #FAA90E

Tints of Dark Tangerine #FAA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

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

R = 57.74%
G = 39.03%
B = 3.23%

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

#FAA90E (or 0xFAA90E) is known color: Dark Tangerine. HEX triplet: FA, A9 and 0E. RGB value is (250,169,14). Sum of RGB (Red+Green+Blue) = 250+169+14=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA90E is #0556F1. Grayscale: #B0B0B0. Windows color (decimal): -349938 or 961018. OLE color: 961018.

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

Color convert

RGB 250 169 14 -
CMYK 0 0.32 0.94 0.02
HSL 39.41º 0.96% 0.52% -
HSV(B) 39.41º 0.94% 0.98% -
XYZ 53.69 48.73 6.99 -
YUV 175.55 36.84 181.1 -
System Red Green Blue C M Y K H S L
Decimal 250 169 14 0 0.32 0.94 0.02 39.41 0.96 0.52
Hex FA A9 E 0 20 5E 2 27 60 34
Octal 372 251 16 0 40 136 2 47 140 64
Binary 11111010 10101001 1110 0 100000 1011110 10 100111 1100000 110100

Color Harmonies of #FAA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA90E

Black with #FAA90E

Text Example


Text Example

White with #FAA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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