Html Css Color HEX #FDC35B Golden Tainoi

📋 copy color: '#FDC35B'

red 253 ◦ green 195 ◦ blue 91

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

Shades of Golden Tainoi #FDC35B

Tints of Golden Tainoi #FDC35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.88%

R = 46.94%
G = 36.18%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDC35B (or 0xFDC35B) is known color: Golden Tainoi. HEX triplet: FD, C3 and 5B. RGB value is (253,195,91). Sum of RGB (Red+Green+Blue) = 253+195+91=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC35B is #023CA4. Grayscale: #C8C8C8. Windows color (decimal): -146597 or 6013949. OLE color: 6013949.

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

Color convert

RGB 253 195 91 -
CMYK 0 0.23 0.64 0.01
HSL 38.52º 0.98% 0.67% -
HSV(B) 38.52º 0.64% 0.99% -
XYZ 61.91 60.67 18.34 -
YUV 200.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 253 195 91 0 0.23 0.64 0.01 38.52 0.98 0.67
Hex FD C3 5B 0 17 40 1 27 62 43
Octal 375 303 133 0 27 100 1 47 142 103
Binary 11111101 11000011 1011011 0 10111 1000000 1 100111 1100010 1000011

Color Harmonies of #FDC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC35B

Black with #FDC35B

Text Example


Text Example

White with #FDC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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