Html Css Color HEX #FDC952 Golden Tainoi

📋 copy color: '#FDC952'

red 253 ◦ green 201 ◦ blue 82

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

Shades of Golden Tainoi #FDC952

Tints of Golden Tainoi #FDC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 47.2%
G = 37.5%
B = 15.3%

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

#FDC952 (or 0xFDC952) is known color: Golden Tainoi. HEX triplet: FD, C9 and 52. RGB value is (253,201,82). Sum of RGB (Red+Green+Blue) = 253+201+82=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC952 is #0236AD. Grayscale: #CBCBCB. Windows color (decimal): -145070 or 5425661. OLE color: 5425661.

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

Color convert

RGB 253 201 82 -
CMYK 0 0.21 0.68 0.01
HSL 41.75º 0.98% 0.66% -
HSV(B) 41.75º 0.68% 0.99% -
XYZ 62.92 63.27 16.88 -
YUV 202.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 253 201 82 0 0.21 0.68 0.01 41.75 0.98 0.66
Hex FD C9 52 0 15 44 1 2A 62 42
Octal 375 311 122 0 25 104 1 52 142 102
Binary 11111101 11001001 1010010 0 10101 1000100 1 101010 1100010 1000010

Color Harmonies of #FDC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC952

Black with #FDC952

Text Example


Text Example

White with #FDC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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