Html Css Color HEX #FCC758 Golden Tainoi

📋 copy color: '#FCC758'

red 252 ◦ green 199 ◦ blue 88

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

Shades of Golden Tainoi #FCC758

Tints of Golden Tainoi #FCC758

RGB

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

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

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

R = 46.75%
G = 36.92%
B = 16.33%

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

#FCC758 (or 0xFCC758) is known color: Golden Tainoi. HEX triplet: FC, C7 and 58. RGB value is (252,199,88). Sum of RGB (Red+Green+Blue) = 252+199+88=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC758 is #0338A7. Grayscale: #CACACA. Windows color (decimal): -211112 or 5818364. OLE color: 5818364.

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

Color convert

RGB 252 199 88 -
CMYK 0 0.21 0.65 0.01
HSL 40.61º 0.96% 0.67% -
HSV(B) 40.61º 0.65% 0.99% -
XYZ 62.33 62.25 17.96 -
YUV 202.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 252 199 88 0 0.21 0.65 0.01 40.61 0.96 0.67
Hex FC C7 58 0 15 41 1 29 60 43
Octal 374 307 130 0 25 101 1 51 140 103
Binary 11111100 11000111 1011000 0 10101 1000001 1 101001 1100000 1000011

Color Harmonies of #FCC758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC758

Black with #FCC758

Text Example


Text Example

White with #FCC758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC758; }

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

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

background-color css

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

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

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

border-color css

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

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

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