Html Css Color HEX #FCC358 Golden Tainoi

📋 copy color: '#FCC358'

red 252 ◦ green 195 ◦ blue 88

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

Shades of Golden Tainoi #FCC358

Tints of Golden Tainoi #FCC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 47.1%
G = 36.45%
B = 16.45%

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

#FCC358 (or 0xFCC358) is known color: Golden Tainoi. HEX triplet: FC, C3 and 58. RGB value is (252,195,88). Sum of RGB (Red+Green+Blue) = 252+195+88=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC358 is #033CA7. Grayscale: #C8C8C8. Windows color (decimal): -212136 or 5817340. OLE color: 5817340.

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

Color convert

RGB 252 195 88 -
CMYK 0 0.23 0.65 0.01
HSL 39.15º 0.96% 0.67% -
HSV(B) 39.15º 0.65% 0.99% -
XYZ 61.42 60.43 17.66 -
YUV 199.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 252 195 88 0 0.23 0.65 0.01 39.15 0.96 0.67
Hex FC C3 58 0 17 41 1 27 60 43
Octal 374 303 130 0 27 101 1 47 140 103
Binary 11111100 11000011 1011000 0 10111 1000001 1 100111 1100000 1000011

Color Harmonies of #FCC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC358

Black with #FCC358

Text Example


Text Example

White with #FCC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC358; }

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

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

background-color css

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

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

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

border-color css

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

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

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