Html Css Color HEX #FDC652 Golden Tainoi

📋 copy color: '#FDC652'

red 253 ◦ green 198 ◦ blue 82

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

Shades of Golden Tainoi #FDC652

Tints of Golden Tainoi #FDC652

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

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

R = 47.47%
G = 37.15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC652 (or 0xFDC652) is known color: Golden Tainoi. HEX triplet: FD, C6 and 52. RGB value is (253,198,82). Sum of RGB (Red+Green+Blue) = 253+198+82=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC652 is #0239AD. Grayscale: #C9C9C9. Windows color (decimal): -145838 or 5424893. OLE color: 5424893.

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

Color convert

RGB 253 198 82 -
CMYK 0 0.22 0.68 0.01
HSL 40.7º 0.98% 0.66% -
HSV(B) 40.7º 0.68% 0.99% -
XYZ 62.23 61.88 16.65 -
YUV 201.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 253 198 82 0 0.22 0.68 0.01 40.7 0.98 0.66
Hex FD C6 52 0 16 44 1 29 62 42
Octal 375 306 122 0 26 104 1 51 142 102
Binary 11111101 11000110 1010010 0 10110 1000100 1 101001 1100010 1000010

Color Harmonies of #FDC652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC652

Black with #FDC652

Text Example


Text Example

White with #FDC652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC652; }

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

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

background-color css

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

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

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

border-color css

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

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

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