Html Css Color HEX #FAD101 Tangerine Yellow

📋 copy color: '#FAD101'

red 250 ◦ green 209 ◦ blue 1

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

Shades of Tangerine Yellow #FAD101

Tints of Tangerine Yellow #FAD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.43%

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

R = 54.35%
G = 45.43%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAD101 (or 0xFAD101) is known color: Tangerine Yellow. HEX triplet: FA, D1 and 01. RGB value is (250,209,1). Sum of RGB (Red+Green+Blue) = 250+209+1=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD101 is #052EFE. Grayscale: #C6C6C6. Windows color (decimal): -339711 or 119290. OLE color: 119290.

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

Color convert

RGB 250 209 1 -
CMYK 0 0.16 1.00 0.02
HSL 50.12º 0.99% 0.49% -
HSV(B) 50.12º 1% 0.98% -
XYZ 62.23 65.93 9.47 -
YUV 197.55 17.08 165.41 -
System Red Green Blue C M Y K H S L
Decimal 250 209 1 0 0.16 1.00 0.02 50.12 0.99 0.49
Hex FA D1 1 0 10 64 2 32 63 31
Octal 372 321 1 0 20 144 2 62 143 61
Binary 11111010 11010001 1 0 10000 1100100 10 110010 1100011 110001

Color Harmonies of #FAD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD101

Black with #FAD101

Text Example


Text Example

White with #FAD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD101; }

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

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

background-color css

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

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

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

border-color css

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

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

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