Html Css Color HEX #FDC648 Golden Tainoi

📋 copy color: '#FDC648'

red 253 ◦ green 198 ◦ blue 72

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

Shades of Golden Tainoi #FDC648

Tints of Golden Tainoi #FDC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

 BLUE value IS 72 (28.52% from 255) = 13.77%

R = 48.37%
G = 37.86%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC648 (or 0xFDC648) is known color: Golden Tainoi. HEX triplet: FD, C6 and 48. RGB value is (253,198,72). Sum of RGB (Red+Green+Blue) = 253+198+72=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC648 is #0239B7. Grayscale: #C8C8C8. Windows color (decimal): -145848 or 4769533. OLE color: 4769533.

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

Color convert

RGB 253 198 72 -
CMYK 0 0.22 0.72 0.01
HSL 41.77º 0.98% 0.64% -
HSV(B) 41.77º 0.72% 0.99% -
XYZ 61.87 61.74 14.79 -
YUV 200.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 253 198 72 0 0.22 0.72 0.01 41.77 0.98 0.64
Hex FD C6 48 0 16 48 1 2A 62 40
Octal 375 306 110 0 26 110 1 52 142 100
Binary 11111101 11000110 1001000 0 10110 1001000 1 101010 1100010 1000000

Color Harmonies of #FDC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC648

Black with #FDC648

Text Example


Text Example

White with #FDC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC648; }

 p { color: rgb(253,198,72); }

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

background-color css

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

 a { background-color: rgb(253,198,72); }

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

border-color css

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

 span { border-color: rgb(253,198,72); }

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