Html Css Color HEX #FDC453 Golden Tainoi

📋 copy color: '#FDC453'

red 253 ◦ green 196 ◦ blue 83

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

Shades of Golden Tainoi #FDC453

Tints of Golden Tainoi #FDC453

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 83 (32.81% from 255) = 15.6%

R = 47.56%
G = 36.84%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC453 (or 0xFDC453) is known color: Golden Tainoi. HEX triplet: FD, C4 and 53. RGB value is (253,196,83). Sum of RGB (Red+Green+Blue) = 253+196+83=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC453 is #023BAC. Grayscale: #C8C8C8. Windows color (decimal): -146349 or 5489917. OLE color: 5489917.

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

Color convert

RGB 253 196 83 -
CMYK 0 0.23 0.67 0.01
HSL 39.88º 0.98% 0.66% -
HSV(B) 39.88º 0.67% 0.99% -
XYZ 61.81 60.99 16.7 -
YUV 200.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 253 196 83 0 0.23 0.67 0.01 39.88 0.98 0.66
Hex FD C4 53 0 17 43 1 28 62 42
Octal 375 304 123 0 27 103 1 50 142 102
Binary 11111101 11000100 1010011 0 10111 1000011 1 101000 1100010 1000010

Color Harmonies of #FDC453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC453

Black with #FDC453

Text Example


Text Example

White with #FDC453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC453; }

 p { color: rgb(253,196,83); }

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

background-color css

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

 a { background-color: rgb(253,196,83); }

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

border-color css

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

 span { border-color: rgb(253,196,83); }

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