Html Css Color HEX #FDC05D Golden Tainoi

📋 copy color: '#FDC05D'

red 253 ◦ green 192 ◦ blue 93

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

Shades of Golden Tainoi #FDC05D

Tints of Golden Tainoi #FDC05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 93 (36.72% from 255) = 17.29%

R = 47.03%
G = 35.69%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC05D (or 0xFDC05D) is known color: Golden Tainoi. HEX triplet: FD, C0 and 5D. RGB value is (253,192,93). Sum of RGB (Red+Green+Blue) = 253+192+93=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC05D is #023FA2. Grayscale: #C7C7C7. Windows color (decimal): -147363 or 6144253. OLE color: 6144253.

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

Color convert

RGB 253 192 93 -
CMYK 0 0.24 0.63 0.01
HSL 37.13º 0.98% 0.68% -
HSV(B) 37.13º 0.63% 0.99% -
XYZ 61.33 59.37 18.58 -
YUV 198.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 253 192 93 0 0.24 0.63 0.01 37.13 0.98 0.68
Hex FD C0 5D 0 18 3F 1 25 62 44
Octal 375 300 135 0 30 77 1 45 142 104
Binary 11111101 11000000 1011101 0 11000 111111 1 100101 1100010 1000100

Color Harmonies of #FDC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC05D

Black with #FDC05D

Text Example


Text Example

White with #FDC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC05D; }

 p { color: rgb(253,192,93); }

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

background-color css

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

 a { background-color: rgb(253,192,93); }

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

border-color css

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

 span { border-color: rgb(253,192,93); }

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