Html Css Color HEX #FACC01 Tangerine Yellow

📋 copy color: '#FACC01'

red 250 ◦ green 204 ◦ blue 1

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

Shades of Tangerine Yellow #FACC01

Tints of Tangerine Yellow #FACC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 54.95%
G = 44.84%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FACC01 (or 0xFACC01) is known color: Tangerine Yellow. HEX triplet: FA, CC and 01. RGB value is (250,204,1). Sum of RGB (Red+Green+Blue) = 250+204+1=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC01 is #0533FE. Grayscale: #C3C3C3. Windows color (decimal): -340991 or 118010. OLE color: 118010.

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

Color convert

RGB 250 204 1 -
CMYK 0 0.18 1.00 0.02
HSL 48.92º 0.99% 0.49% -
HSV(B) 48.92º 1% 0.98% -
XYZ 61.02 63.51 9.07 -
YUV 194.61 18.74 167.51 -
System Red Green Blue C M Y K H S L
Decimal 250 204 1 0 0.18 1.00 0.02 48.92 0.99 0.49
Hex FA CC 1 0 12 64 2 31 63 31
Octal 372 314 1 0 22 144 2 61 143 61
Binary 11111010 11001100 1 0 10010 1100100 10 110001 1100011 110001

Color Harmonies of #FACC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC01

Black with #FACC01

Text Example


Text Example

White with #FACC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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