Html Css Color HEX #FFD50F Gold

📋 copy color: '#FFD50F'

red 255 ◦ green 213 ◦ blue 15

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

Shades of Gold #FFD50F

Tints of Gold #FFD50F

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 52.8%
G = 44.1%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFD50F (or 0xFFD50F) is known color: Gold. HEX triplet: FF, D5 and 0F. RGB value is (255,213,15). Sum of RGB (Red+Green+Blue) = 255+213+15=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD50F is #002AF0. Grayscale: #CBCBCB. Windows color (decimal): -10993 or 1037823. OLE color: 1037823.

HSL color Cylindrical-coordinate representation of color #FFD50F: hue angle of 49.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD50F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 15 -
CMYK 0 0.16 0.94 0
HSL 49.5º 1% 0.53% -
HSV(B) 49.5º 0.94% 1% -
XYZ 65.12 68.88 10.32 -
YUV 202.99 21.91 165.1 -
System Red Green Blue C M Y K H S L
Decimal 255 213 15 0 0.16 0.94 0 49.5 1 0.53
Hex FF D5 F 0 10 5E 0 32 64 35
Octal 377 325 17 0 20 136 0 62 144 65
Binary 11111111 11010101 1111 0 10000 1011110 0 110010 1100100 110101

Color Harmonies of #FFD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD50F

Black with #FFD50F

Text Example


Text Example

White with #FFD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD50F; }

 p { color: rgb(255,213,15); }

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

background-color css

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

 a { background-color: rgb(255,213,15); }

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

border-color css

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

 span { border-color: rgb(255,213,15); }

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