Html Css Color HEX #FDC645 Golden Tainoi

📋 copy color: '#FDC645'

red 253 ◦ green 198 ◦ blue 69

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

Shades of Golden Tainoi #FDC645

Tints of Golden Tainoi #FDC645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.27%

R = 48.65%
G = 38.08%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC645 (or 0xFDC645) is known color: Golden Tainoi. HEX triplet: FD, C6 and 45. RGB value is (253,198,69). Sum of RGB (Red+Green+Blue) = 253+198+69=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC645 is #0239BA. Grayscale: #C8C8C8. Windows color (decimal): -145851 or 4572925. OLE color: 4572925.

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

Color convert

RGB 253 198 69 -
CMYK 0 0.22 0.73 0.01
HSL 42.07º 0.98% 0.63% -
HSV(B) 42.07º 0.73% 0.99% -
XYZ 61.78 61.7 14.28 -
YUV 199.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 253 198 69 0 0.22 0.73 0.01 42.07 0.98 0.63
Hex FD C6 45 0 16 49 1 2A 62 3F
Octal 375 306 105 0 26 111 1 52 142 77
Binary 11111101 11000110 1000101 0 10110 1001001 1 101010 1100010 111111

Color Harmonies of #FDC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC645

Black with #FDC645

Text Example


Text Example

White with #FDC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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