Html Css Color HEX #FCC648 Golden Tainoi

📋 copy color: '#FCC648'

red 252 ◦ green 198 ◦ blue 72

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

Shades of Golden Tainoi #FCC648

Tints of Golden Tainoi #FCC648

RGB

 RED value IS 252 (98.83% from 255) = 48.28%

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

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

R = 48.28%
G = 37.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC648 (or 0xFCC648) is known color: Golden Tainoi. HEX triplet: FC, C6 and 48. RGB value is (252,198,72). Sum of RGB (Red+Green+Blue) = 252+198+72=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC648 is #0339B7. Grayscale: #C8C8C8. Windows color (decimal): -211384 or 4769532. OLE color: 4769532.

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

Color convert

RGB 252 198 72 -
CMYK 0 0.21 0.71 0.01
HSL 42º 0.97% 0.64% -
HSV(B) 42º 0.71% 0.99% -
XYZ 61.51 61.55 14.77 -
YUV 199.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 252 198 72 0 0.21 0.71 0.01 42 0.97 0.64
Hex FC C6 48 0 15 47 1 2A 61 40
Octal 374 306 110 0 25 107 1 52 141 100
Binary 11111100 11000110 1001000 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC648

Black with #FCC648

Text Example


Text Example

White with #FCC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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