Html Css Color HEX #FADD03 Golden Yellow

📋 copy color: '#FADD03'

red 250 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #FADD03

Tints of Golden Yellow #FADD03

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 52.74%
G = 46.62%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FADD03 (or 0xFADD03) is known color: Golden Yellow. HEX triplet: FA, DD and 03. RGB value is (250,221,3). Sum of RGB (Red+Green+Blue) = 250+221+3=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 3 (1.56% from 255 or 0.63% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD03 is #0522FC. Grayscale: #CDCDCD. Windows color (decimal): -336637 or 253434. OLE color: 253434.

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

Color convert

RGB 250 221 3 -
CMYK 0 0.12 0.99 0.02
HSL 52.96º 0.98% 0.5% -
HSV(B) 52.96º 0.99% 0.98% -
XYZ 65.3 72.04 10.55 -
YUV 204.82 14.11 160.23 -
System Red Green Blue C M Y K H S L
Decimal 250 221 3 0 0.12 0.99 0.02 52.96 0.98 0.5
Hex FA DD 3 0 C 63 2 35 62 32
Octal 372 335 3 0 14 143 2 65 142 62
Binary 11111010 11011101 11 0 1100 1100011 10 110101 1100010 110010

Color Harmonies of #FADD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD03

Black with #FADD03

Text Example


Text Example

White with #FADD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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