Html Css Color HEX #FDC75F Golden Tainoi

📋 copy color: '#FDC75F'

red 253 ◦ green 199 ◦ blue 95

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

Shades of Golden Tainoi #FDC75F

Tints of Golden Tainoi #FDC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

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

R = 46.25%
G = 36.38%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC75F (or 0xFDC75F) is known color: Golden Tainoi. HEX triplet: FD, C7 and 5F. RGB value is (253,199,95). Sum of RGB (Red+Green+Blue) = 253+199+95=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC75F is #0238A0. Grayscale: #CBCBCB. Windows color (decimal): -145569 or 6277117. OLE color: 6277117.

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

Color convert

RGB 253 199 95 -
CMYK 0 0.21 0.62 0.01
HSL 39.49º 0.98% 0.68% -
HSV(B) 39.49º 0.62% 0.99% -
XYZ 63 62.56 19.58 -
YUV 203.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 253 199 95 0 0.21 0.62 0.01 39.49 0.98 0.68
Hex FD C7 5F 0 15 3E 1 27 62 44
Octal 375 307 137 0 25 76 1 47 142 104
Binary 11111101 11000111 1011111 0 10101 111110 1 100111 1100010 1000100

Color Harmonies of #FDC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC75F

Black with #FDC75F

Text Example


Text Example

White with #FDC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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