Html Css Color HEX #FAA90A Dark Tangerine

📋 copy color: '#FAA90A'

red 250 ◦ green 169 ◦ blue 10

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

Shades of Dark Tangerine #FAA90A

Tints of Dark Tangerine #FAA90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 58.28%
G = 39.39%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA90A (or 0xFAA90A) is known color: Dark Tangerine. HEX triplet: FA, A9 and 0A. RGB value is (250,169,10). Sum of RGB (Red+Green+Blue) = 250+169+10=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA90A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA90A is #0556F5. Grayscale: #AFAFAF. Windows color (decimal): -349942 or 698874. OLE color: 698874.

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

Color convert

RGB 250 169 10 -
CMYK 0 0.32 0.96 0.02
HSL 39.75º 0.96% 0.51% -
HSV(B) 39.75º 0.96% 0.98% -
XYZ 53.67 48.72 6.86 -
YUV 175.09 34.84 181.43 -
System Red Green Blue C M Y K H S L
Decimal 250 169 10 0 0.32 0.96 0.02 39.75 0.96 0.51
Hex FA A9 A 0 20 60 2 28 60 33
Octal 372 251 12 0 40 140 2 50 140 63
Binary 11111010 10101001 1010 0 100000 1100000 10 101000 1100000 110011

Color Harmonies of #FAA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA90A

Black with #FAA90A

Text Example


Text Example

White with #FAA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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