Html Css Color HEX #FDC55F Golden Tainoi

📋 copy color: '#FDC55F'

red 253 ◦ green 197 ◦ blue 95

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

Shades of Golden Tainoi #FDC55F

Tints of Golden Tainoi #FDC55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 46.42%
G = 36.15%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC55F (or 0xFDC55F) is known color: Golden Tainoi. HEX triplet: FD, C5 and 5F. RGB value is (253,197,95). Sum of RGB (Red+Green+Blue) = 253+197+95=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC55F is #023AA0. Grayscale: #CACACA. Windows color (decimal): -146081 or 6276605. OLE color: 6276605.

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

Color convert

RGB 253 197 95 -
CMYK 0 0.22 0.62 0.01
HSL 38.73º 0.98% 0.68% -
HSV(B) 38.73º 0.62% 0.99% -
XYZ 62.54 61.64 19.43 -
YUV 202.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 253 197 95 0 0.22 0.62 0.01 38.73 0.98 0.68
Hex FD C5 5F 0 16 3E 1 27 62 44
Octal 375 305 137 0 26 76 1 47 142 104
Binary 11111101 11000101 1011111 0 10110 111110 1 100111 1100010 1000100

Color Harmonies of #FDC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC55F

Black with #FDC55F

Text Example


Text Example

White with #FDC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC55F; }

 p { color: rgb(253,197,95); }

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

background-color css

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

 a { background-color: rgb(253,197,95); }

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

border-color css

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

 span { border-color: rgb(253,197,95); }

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