Html Css Color HEX #FAD003 Tangerine Yellow

📋 copy color: '#FAD003'

red 250 ◦ green 208 ◦ blue 3

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

Shades of Tangerine Yellow #FAD003

Tints of Tangerine Yellow #FAD003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 54.23%
G = 45.12%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD003 (or 0xFAD003) is known color: Tangerine Yellow. HEX triplet: FA, D0 and 03. RGB value is (250,208,3). Sum of RGB (Red+Green+Blue) = 250+208+3=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD003 is #052FFC. Grayscale: #C6C6C6. Windows color (decimal): -339965 or 250106. OLE color: 250106.

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

Color convert

RGB 250 208 3 -
CMYK 0 0.17 0.99 0.02
HSL 49.8º 0.98% 0.5% -
HSV(B) 49.8º 0.99% 0.98% -
XYZ 62 65.44 9.45 -
YUV 197.19 18.41 165.67 -
System Red Green Blue C M Y K H S L
Decimal 250 208 3 0 0.17 0.99 0.02 49.8 0.98 0.5
Hex FA D0 3 0 11 63 2 32 62 32
Octal 372 320 3 0 21 143 2 62 142 62
Binary 11111010 11010000 11 0 10001 1100011 10 110010 1100010 110010

Color Harmonies of #FAD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD003

Black with #FAD003

Text Example


Text Example

White with #FAD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD003; }

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

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

background-color css

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

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

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

border-color css

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

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

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