Html Css Color HEX #FDD608 Gold

📋 copy color: '#FDD608'

red 253 ◦ green 214 ◦ blue 8

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

Shades of Gold #FDD608

Tints of Gold #FDD608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.68%

R = 53.26%
G = 45.05%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDD608 (or 0xFDD608) is known color: Gold. HEX triplet: FD, D6 and 08. RGB value is (253,214,8). Sum of RGB (Red+Green+Blue) = 253+214+8=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD608 is #0229F7. Grayscale: #CBCBCB. Windows color (decimal): -141816 or 579325. OLE color: 579325.

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

Color convert

RGB 253 214 8 -
CMYK 0 0.15 0.97 0.01
HSL 50.45º 0.98% 0.51% -
HSV(B) 50.45º 0.97% 0.99% -
XYZ 64.6 68.99 10.14 -
YUV 202.18 18.42 164.25 -
System Red Green Blue C M Y K H S L
Decimal 253 214 8 0 0.15 0.97 0.01 50.45 0.98 0.51
Hex FD D6 8 0 F 61 1 32 62 33
Octal 375 326 10 0 17 141 1 62 142 63
Binary 11111101 11010110 1000 0 1111 1100001 1 110010 1100010 110011

Color Harmonies of #FDD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD608

Black with #FDD608

Text Example


Text Example

White with #FDD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD608; }

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

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

background-color css

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

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

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

border-color css

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

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

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