Html Css Color HEX #FDC853 Golden Tainoi

📋 copy color: '#FDC853'

red 253 ◦ green 200 ◦ blue 83

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

Shades of Golden Tainoi #FDC853

Tints of Golden Tainoi #FDC853

RGB

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

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

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

R = 47.2%
G = 37.31%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC853 (or 0xFDC853) is known color: Golden Tainoi. HEX triplet: FD, C8 and 53. RGB value is (253,200,83). Sum of RGB (Red+Green+Blue) = 253+200+83=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC853 is #0237AC. Grayscale: #CBCBCB. Windows color (decimal): -145325 or 5490941. OLE color: 5490941.

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

Color convert

RGB 253 200 83 -
CMYK 0 0.21 0.67 0.01
HSL 41.29º 0.98% 0.66% -
HSV(B) 41.29º 0.67% 0.99% -
XYZ 62.72 62.82 17 -
YUV 202.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 253 200 83 0 0.21 0.67 0.01 41.29 0.98 0.66
Hex FD C8 53 0 15 43 1 29 62 42
Octal 375 310 123 0 25 103 1 51 142 102
Binary 11111101 11001000 1010011 0 10101 1000011 1 101001 1100010 1000010

Color Harmonies of #FDC853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC853

Black with #FDC853

Text Example


Text Example

White with #FDC853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC853; }

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

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

background-color css

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

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

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

border-color css

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

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

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