Html Css Color HEX #FAC901 Tangerine Yellow

📋 copy color: '#FAC901'

red 250 ◦ green 201 ◦ blue 1

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

Shades of Tangerine Yellow #FAC901

Tints of Tangerine Yellow #FAC901

RGB

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

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

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

R = 55.31%
G = 44.47%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC901 (or 0xFAC901) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 01. RGB value is (250,201,1). Sum of RGB (Red+Green+Blue) = 250+201+1=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC901 is #0536FE. Grayscale: #C1C1C1. Windows color (decimal): -341759 or 117242. OLE color: 117242.

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

Color convert

RGB 250 201 1 -
CMYK 0 0.20 1.00 0.02
HSL 48.19º 0.99% 0.49% -
HSV(B) 48.19º 1% 0.98% -
XYZ 60.32 62.1 8.84 -
YUV 192.85 19.73 168.76 -
System Red Green Blue C M Y K H S L
Decimal 250 201 1 0 0.20 1.00 0.02 48.19 0.99 0.49
Hex FA C9 1 0 14 64 2 30 63 31
Octal 372 311 1 0 24 144 2 60 143 61
Binary 11111010 11001001 1 0 10100 1100100 10 110000 1100011 110001

Color Harmonies of #FAC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC901

Black with #FAC901

Text Example


Text Example

White with #FAC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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