Html Css Color HEX #FDC35D Golden Tainoi

📋 copy color: '#FDC35D'

red 253 ◦ green 195 ◦ blue 93

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

Shades of Golden Tainoi #FDC35D

Tints of Golden Tainoi #FDC35D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 46.77%
G = 36.04%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC35D (or 0xFDC35D) is known color: Golden Tainoi. HEX triplet: FD, C3 and 5D. RGB value is (253,195,93). Sum of RGB (Red+Green+Blue) = 253+195+93=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC35D is #023CA2. Grayscale: #C9C9C9. Windows color (decimal): -146595 or 6145021. OLE color: 6145021.

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

Color convert

RGB 253 195 93 -
CMYK 0 0.23 0.63 0.01
HSL 38.25º 0.98% 0.68% -
HSV(B) 38.25º 0.63% 0.99% -
XYZ 62 60.7 18.81 -
YUV 200.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 253 195 93 0 0.23 0.63 0.01 38.25 0.98 0.68
Hex FD C3 5D 0 17 3F 1 26 62 44
Octal 375 303 135 0 27 77 1 46 142 104
Binary 11111101 11000011 1011101 0 10111 111111 1 100110 1100010 1000100

Color Harmonies of #FDC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC35D

Black with #FDC35D

Text Example


Text Example

White with #FDC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC35D; }

 p { color: rgb(253,195,93); }

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

background-color css

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

 a { background-color: rgb(253,195,93); }

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

border-color css

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

 span { border-color: rgb(253,195,93); }

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