Html Css Color HEX #FCC058 Golden Tainoi

📋 copy color: '#FCC058'

red 252 ◦ green 192 ◦ blue 88

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

Shades of Golden Tainoi #FCC058

Tints of Golden Tainoi #FCC058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 47.37%
G = 36.09%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC058 (or 0xFCC058) is known color: Golden Tainoi. HEX triplet: FC, C0 and 58. RGB value is (252,192,88). Sum of RGB (Red+Green+Blue) = 252+192+88=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC058 is #033FA7. Grayscale: #C6C6C6. Windows color (decimal): -212904 or 5816572. OLE color: 5816572.

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

Color convert

RGB 252 192 88 -
CMYK 0 0.24 0.65 0.01
HSL 38.05º 0.96% 0.67% -
HSV(B) 38.05º 0.65% 0.99% -
XYZ 60.76 59.1 17.44 -
YUV 198.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 252 192 88 0 0.24 0.65 0.01 38.05 0.96 0.67
Hex FC C0 58 0 18 41 1 26 60 43
Octal 374 300 130 0 30 101 1 46 140 103
Binary 11111100 11000000 1011000 0 11000 1000001 1 100110 1100000 1000011

Color Harmonies of #FCC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC058

Black with #FCC058

Text Example


Text Example

White with #FCC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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