Html Css Color HEX #FCC158 Golden Tainoi

📋 copy color: '#FCC158'

red 252 ◦ green 193 ◦ blue 88

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

Shades of Golden Tainoi #FCC158

Tints of Golden Tainoi #FCC158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.21%

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

R = 47.28%
G = 36.21%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC158 (or 0xFCC158) is known color: Golden Tainoi. HEX triplet: FC, C1 and 58. RGB value is (252,193,88). Sum of RGB (Red+Green+Blue) = 252+193+88=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC158 is #033EA7. Grayscale: #C7C7C7. Windows color (decimal): -212648 or 5816828. OLE color: 5816828.

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

Color convert

RGB 252 193 88 -
CMYK 0 0.23 0.65 0.01
HSL 38.41º 0.96% 0.67% -
HSV(B) 38.41º 0.65% 0.99% -
XYZ 60.98 59.54 17.51 -
YUV 198.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 252 193 88 0 0.23 0.65 0.01 38.41 0.96 0.67
Hex FC C1 58 0 17 41 1 26 60 43
Octal 374 301 130 0 27 101 1 46 140 103
Binary 11111100 11000001 1011000 0 10111 1000001 1 100110 1100000 1000011

Color Harmonies of #FCC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC158

Black with #FCC158

Text Example


Text Example

White with #FCC158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC158; }

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

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

background-color css

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

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

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

border-color css

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

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

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