Html Css Color HEX #FDD60F Gold

📋 copy color: '#FDD60F'

red 253 ◦ green 214 ◦ blue 15

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

Shades of Gold #FDD60F

Tints of Gold #FDD60F

RGB

 RED value IS 253 (99.22% from 255) = 52.49%

 GREEN value IS 214 (83.98% from 255) = 44.4%

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

R = 52.49%
G = 44.4%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD60F (or 0xFDD60F) is known color: Gold. HEX triplet: FD, D6 and 0F. RGB value is (253,214,15). Sum of RGB (Red+Green+Blue) = 253+214+15=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD60F is #0229F0. Grayscale: #CBCBCB. Windows color (decimal): -141809 or 1038077. OLE color: 1038077.

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

Color convert

RGB 253 214 15 -
CMYK 0 0.15 0.94 0.01
HSL 50.17º 0.98% 0.53% -
HSV(B) 50.17º 0.94% 0.99% -
XYZ 64.64 69.01 10.37 -
YUV 202.98 21.92 163.68 -
System Red Green Blue C M Y K H S L
Decimal 253 214 15 0 0.15 0.94 0.01 50.17 0.98 0.53
Hex FD D6 F 0 F 5E 1 32 62 35
Octal 375 326 17 0 17 136 1 62 142 65
Binary 11111101 11010110 1111 0 1111 1011110 1 110010 1100010 110101

Color Harmonies of #FDD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD60F

Black with #FDD60F

Text Example


Text Example

White with #FDD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD60F; }

 p { color: rgb(253,214,15); }

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

background-color css

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

 a { background-color: rgb(253,214,15); }

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

border-color css

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

 span { border-color: rgb(253,214,15); }

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