Html Css Color HEX #FADD0C Golden Yellow

📋 copy color: '#FADD0C'

red 250 ◦ green 221 ◦ blue 12

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

Shades of Golden Yellow #FADD0C

Tints of Golden Yellow #FADD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 51.76%
G = 45.76%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FADD0C (or 0xFADD0C) is known color: Golden Yellow. HEX triplet: FA, DD and 0C. RGB value is (250,221,12). Sum of RGB (Red+Green+Blue) = 250+221+12=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD0C is #0522F3. Grayscale: #CECECE. Windows color (decimal): -336628 or 843258. OLE color: 843258.

HSL color Cylindrical-coordinate representation of color #FADD0C: hue angle of 52.69º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FADD0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 12 -
CMYK 0 0.12 0.95 0.02
HSL 52.69º 0.96% 0.51% -
HSV(B) 52.69º 0.95% 0.98% -
XYZ 65.35 72.06 10.81 -
YUV 205.85 18.61 159.49 -
System Red Green Blue C M Y K H S L
Decimal 250 221 12 0 0.12 0.95 0.02 52.69 0.96 0.51
Hex FA DD C 0 C 5F 2 35 60 33
Octal 372 335 14 0 14 137 2 65 140 63
Binary 11111010 11011101 1100 0 1100 1011111 10 110101 1100000 110011

Color Harmonies of #FADD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD0C

Black with #FADD0C

Text Example


Text Example

White with #FADD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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