Html Css Color HEX #FDC452 Golden Tainoi

📋 copy color: '#FDC452'

red 253 ◦ green 196 ◦ blue 82

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

Shades of Golden Tainoi #FDC452

Tints of Golden Tainoi #FDC452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 47.65%
G = 36.91%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC452 (or 0xFDC452) is known color: Golden Tainoi. HEX triplet: FD, C4 and 52. RGB value is (253,196,82). Sum of RGB (Red+Green+Blue) = 253+196+82=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC452 is #023BAD. Grayscale: #C8C8C8. Windows color (decimal): -146350 or 5424381. OLE color: 5424381.

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

Color convert

RGB 253 196 82 -
CMYK 0 0.23 0.68 0.01
HSL 40º 0.98% 0.66% -
HSV(B) 40º 0.68% 0.99% -
XYZ 61.77 60.97 16.5 -
YUV 200.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 253 196 82 0 0.23 0.68 0.01 40 0.98 0.66
Hex FD C4 52 0 17 44 1 28 62 42
Octal 375 304 122 0 27 104 1 50 142 102
Binary 11111101 11000100 1010010 0 10111 1000100 1 101000 1100010 1000010

Color Harmonies of #FDC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC452

Black with #FDC452

Text Example


Text Example

White with #FDC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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