Html Css Color HEX #FAD000 Tangerine Yellow

📋 copy color: '#FAD000'

red 250 ◦ green 208 ◦ blue 0

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

Shades of Tangerine Yellow #FAD000

Tints of Tangerine Yellow #FAD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.59%
G = 45.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAD000 (or 0xFAD000) is known color: Tangerine Yellow. HEX triplet: FA, D0 and 00. RGB value is (250,208,0). Sum of RGB (Red+Green+Blue) = 250+208+0=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD000 is #052FFF. Grayscale: #C5C5C5. Windows color (decimal): -339968 or 53498. OLE color: 53498.

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

Color convert

RGB 250 208 0 -
CMYK 0 0.17 1 0.02
HSL 49.92º 1% 0.49% -
HSV(B) 49.92º 1% 0.98% -
XYZ 61.98 65.44 9.36 -
YUV 196.85 16.91 165.91 -
System Red Green Blue C M Y K H S L
Decimal 250 208 0 0 0.17 1 0.02 49.92 1 0.49
Hex FA D0 0 0 11 64 2 32 64 31
Octal 372 320 0 0 21 144 2 62 144 61
Binary 11111010 11010000 0 0 10001 1100100 10 110010 1100100 110001

Color Harmonies of #FAD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD000

Black with #FAD000

Text Example


Text Example

White with #FAD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD000; }

 p { color: rgb(250,208,0); }

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

background-color css

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

 a { background-color: rgb(250,208,0); }

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

border-color css

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

 span { border-color: rgb(250,208,0); }

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