Html Css Color HEX #FCC658 Golden Tainoi

📋 copy color: '#FCC658'

red 252 ◦ green 198 ◦ blue 88

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

Shades of Golden Tainoi #FCC658

Tints of Golden Tainoi #FCC658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 46.84%
G = 36.8%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC658 (or 0xFCC658) is known color: Golden Tainoi. HEX triplet: FC, C6 and 58. RGB value is (252,198,88). Sum of RGB (Red+Green+Blue) = 252+198+88=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC658 is #0339A7. Grayscale: #CACACA. Windows color (decimal): -211368 or 5818108. OLE color: 5818108.

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

Color convert

RGB 252 198 88 -
CMYK 0 0.21 0.65 0.01
HSL 40.24º 0.96% 0.67% -
HSV(B) 40.24º 0.65% 0.99% -
XYZ 62.1 61.79 17.89 -
YUV 201.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 252 198 88 0 0.21 0.65 0.01 40.24 0.96 0.67
Hex FC C6 58 0 15 41 1 28 60 43
Octal 374 306 130 0 25 101 1 50 140 103
Binary 11111100 11000110 1011000 0 10101 1000001 1 101000 1100000 1000011

Color Harmonies of #FCC658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC658

Black with #FCC658

Text Example


Text Example

White with #FCC658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC658; }

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

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

background-color css

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

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

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

border-color css

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

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

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