Html Css Color HEX #FDC653 Golden Tainoi

📋 copy color: '#FDC653'

red 253 ◦ green 198 ◦ blue 83

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

Shades of Golden Tainoi #FDC653

Tints of Golden Tainoi #FDC653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.54%

R = 47.38%
G = 37.08%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC653 (or 0xFDC653) is known color: Golden Tainoi. HEX triplet: FD, C6 and 53. RGB value is (253,198,83). Sum of RGB (Red+Green+Blue) = 253+198+83=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC653 is #0239AC. Grayscale: #C9C9C9. Windows color (decimal): -145837 or 5490429. OLE color: 5490429.

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

Color convert

RGB 253 198 83 -
CMYK 0 0.22 0.67 0.01
HSL 40.59º 0.98% 0.66% -
HSV(B) 40.59º 0.67% 0.99% -
XYZ 62.26 61.9 16.85 -
YUV 201.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 253 198 83 0 0.22 0.67 0.01 40.59 0.98 0.66
Hex FD C6 53 0 16 43 1 29 62 42
Octal 375 306 123 0 26 103 1 51 142 102
Binary 11111101 11000110 1010011 0 10110 1000011 1 101001 1100010 1000010

Color Harmonies of #FDC653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC653

Black with #FDC653

Text Example


Text Example

White with #FDC653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC653; }

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

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

background-color css

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

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

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

border-color css

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

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

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