Html Css Color HEX #FDC25F Golden Tainoi

📋 copy color: '#FDC25F'

red 253 ◦ green 194 ◦ blue 95

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

Shades of Golden Tainoi #FDC25F

Tints of Golden Tainoi #FDC25F

RGB

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

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

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

R = 46.68%
G = 35.79%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC25F (or 0xFDC25F) is known color: Golden Tainoi. HEX triplet: FD, C2 and 5F. RGB value is (253,194,95). Sum of RGB (Red+Green+Blue) = 253+194+95=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC25F is #023DA0. Grayscale: #C8C8C8. Windows color (decimal): -146849 or 6275837. OLE color: 6275837.

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

Color convert

RGB 253 194 95 -
CMYK 0 0.23 0.62 0.01
HSL 37.59º 0.98% 0.68% -
HSV(B) 37.59º 0.62% 0.99% -
XYZ 61.87 60.29 19.2 -
YUV 200.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 253 194 95 0 0.23 0.62 0.01 37.59 0.98 0.68
Hex FD C2 5F 0 17 3E 1 26 62 44
Octal 375 302 137 0 27 76 1 46 142 104
Binary 11111101 11000010 1011111 0 10111 111110 1 100110 1100010 1000100

Color Harmonies of #FDC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC25F

Black with #FDC25F

Text Example


Text Example

White with #FDC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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