Html Css Color HEX #FDC852 Golden Tainoi

📋 copy color: '#FDC852'

red 253 ◦ green 200 ◦ blue 82

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

Shades of Golden Tainoi #FDC852

Tints of Golden Tainoi #FDC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.38%

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

R = 47.29%
G = 37.38%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC852 (or 0xFDC852) is known color: Golden Tainoi. HEX triplet: FD, C8 and 52. RGB value is (253,200,82). Sum of RGB (Red+Green+Blue) = 253+200+82=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC852 is #0237AD. Grayscale: #CACACA. Windows color (decimal): -145326 or 5425405. OLE color: 5425405.

HSL color Cylindrical-coordinate representation of color #FDC852: hue angle of 41.4º 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 #FDC852 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 82 -
CMYK 0 0.21 0.68 0.01
HSL 41.4º 0.98% 0.66% -
HSV(B) 41.4º 0.68% 0.99% -
XYZ 62.69 62.8 16.8 -
YUV 202.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 253 200 82 0 0.21 0.68 0.01 41.4 0.98 0.66
Hex FD C8 52 0 15 44 1 29 62 42
Octal 375 310 122 0 25 104 1 51 142 102
Binary 11111101 11001000 1010010 0 10101 1000100 1 101001 1100010 1000010

Color Harmonies of #FDC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC852

Black with #FDC852

Text Example


Text Example

White with #FDC852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC852; }

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

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

background-color css

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

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

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

border-color css

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

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

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