Html Css Color HEX #FDC253 Golden Tainoi

📋 copy color: '#FDC253'

red 253 ◦ green 194 ◦ blue 83

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

Shades of Golden Tainoi #FDC253

Tints of Golden Tainoi #FDC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 47.74%
G = 36.6%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC253 (or 0xFDC253) is known color: Golden Tainoi. HEX triplet: FD, C2 and 53. RGB value is (253,194,83). Sum of RGB (Red+Green+Blue) = 253+194+83=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC253 is #023DAC. Grayscale: #C7C7C7. Windows color (decimal): -146861 or 5489405. OLE color: 5489405.

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

Color convert

RGB 253 194 83 -
CMYK 0 0.23 0.67 0.01
HSL 39.18º 0.98% 0.66% -
HSV(B) 39.18º 0.67% 0.99% -
XYZ 61.36 60.09 16.55 -
YUV 198.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 253 194 83 0 0.23 0.67 0.01 39.18 0.98 0.66
Hex FD C2 53 0 17 43 1 27 62 42
Octal 375 302 123 0 27 103 1 47 142 102
Binary 11111101 11000010 1010011 0 10111 1000011 1 100111 1100010 1000010

Color Harmonies of #FDC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC253

Black with #FDC253

Text Example


Text Example

White with #FDC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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