Html Css Color HEX #FAC90A Tangerine Yellow

📋 copy color: '#FAC90A'

red 250 ◦ green 201 ◦ blue 10

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

Shades of Tangerine Yellow #FAC90A

Tints of Tangerine Yellow #FAC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 54.23%
G = 43.6%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC90A (or 0xFAC90A) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0A. RGB value is (250,201,10). Sum of RGB (Red+Green+Blue) = 250+201+10=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90A is #0536F5. Grayscale: #C2C2C2. Windows color (decimal): -341750 or 707066. OLE color: 707066.

HSL color Cylindrical-coordinate representation of color #FAC90A: hue angle of 47.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 #FAC90A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 10 -
CMYK 0 0.20 0.96 0.02
HSL 47.75º 0.96% 0.51% -
HSV(B) 47.75º 0.96% 0.98% -
XYZ 60.37 62.12 9.1 -
YUV 193.88 24.23 168.03 -
System Red Green Blue C M Y K H S L
Decimal 250 201 10 0 0.20 0.96 0.02 47.75 0.96 0.51
Hex FA C9 A 0 14 60 2 30 60 33
Octal 372 311 12 0 24 140 2 60 140 63
Binary 11111010 11001001 1010 0 10100 1100000 10 110000 1100000 110011

Color Harmonies of #FAC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC90A

Black with #FAC90A

Text Example


Text Example

White with #FAC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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