Html Css Color HEX #FAC80A Tangerine Yellow

📋 copy color: '#FAC80A'

red 250 ◦ green 200 ◦ blue 10

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

Shades of Tangerine Yellow #FAC80A

Tints of Tangerine Yellow #FAC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

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

R = 54.35%
G = 43.48%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC80A (or 0xFAC80A) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 0A. RGB value is (250,200,10). Sum of RGB (Red+Green+Blue) = 250+200+10=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC80A is #0537F5. Grayscale: #C2C2C2. Windows color (decimal): -342006 or 706810. OLE color: 706810.

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

Color convert

RGB 250 200 10 -
CMYK 0 0.2 0.96 0.02
HSL 47.5º 0.96% 0.51% -
HSV(B) 47.5º 0.96% 0.98% -
XYZ 60.13 61.65 9.02 -
YUV 193.29 24.57 168.45 -
System Red Green Blue C M Y K H S L
Decimal 250 200 10 0 0.2 0.96 0.02 47.5 0.96 0.51
Hex FA C8 A 0 14 60 2 30 60 33
Octal 372 310 12 0 24 140 2 60 140 63
Binary 11111010 11001000 1010 0 10100 1100000 10 110000 1100000 110011

Color Harmonies of #FAC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC80A

Black with #FAC80A

Text Example


Text Example

White with #FAC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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