Html Css Color HEX #FAC801 Tangerine Yellow

📋 copy color: '#FAC801'

red 250 ◦ green 200 ◦ blue 1

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

Shades of Tangerine Yellow #FAC801

Tints of Tangerine Yellow #FAC801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.43%
G = 44.35%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC801 (or 0xFAC801) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 01. RGB value is (250,200,1). Sum of RGB (Red+Green+Blue) = 250+200+1=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC801 is #0537FE. Grayscale: #C1C1C1. Windows color (decimal): -342015 or 116986. OLE color: 116986.

HSL color Cylindrical-coordinate representation of color #FAC801: hue angle of 47.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAC801 is Cyan = 0, Magento = 0.2, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 1 -
CMYK 0 0.2 1.00 0.02
HSL 47.95º 0.99% 0.49% -
HSV(B) 47.95º 1% 0.98% -
XYZ 60.08 61.63 8.76 -
YUV 192.26 20.07 169.18 -
System Red Green Blue C M Y K H S L
Decimal 250 200 1 0 0.2 1.00 0.02 47.95 0.99 0.49
Hex FA C8 1 0 14 64 2 30 63 31
Octal 372 310 1 0 24 144 2 60 143 61
Binary 11111010 11001000 1 0 10100 1100100 10 110000 1100011 110001

Color Harmonies of #FAC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC801

Black with #FAC801

Text Example


Text Example

White with #FAC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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