Html Css Color HEX #FCC45D Golden Tainoi

📋 copy color: '#FCC45D'

red 252 ◦ green 196 ◦ blue 93

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

Shades of Golden Tainoi #FCC45D

Tints of Golden Tainoi #FCC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 46.58%
G = 36.23%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC45D (or 0xFCC45D) is known color: Golden Tainoi. HEX triplet: FC, C4 and 5D. RGB value is (252,196,93). Sum of RGB (Red+Green+Blue) = 252+196+93=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC45D is #033BA2. Grayscale: #C9C9C9. Windows color (decimal): -211875 or 6145276. OLE color: 6145276.

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

Color convert

RGB 252 196 93 -
CMYK 0 0.22 0.63 0.01
HSL 38.87º 0.96% 0.68% -
HSV(B) 38.87º 0.63% 0.99% -
XYZ 61.86 60.97 18.86 -
YUV 201 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 252 196 93 0 0.22 0.63 0.01 38.87 0.96 0.68
Hex FC C4 5D 0 16 3F 1 27 60 44
Octal 374 304 135 0 26 77 1 47 140 104
Binary 11111100 11000100 1011101 0 10110 111111 1 100111 1100000 1000100

Color Harmonies of #FCC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC45D

Black with #FCC45D

Text Example


Text Example

White with #FCC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC45D; }

 p { color: rgb(252,196,93); }

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

background-color css

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

 a { background-color: rgb(252,196,93); }

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

border-color css

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

 span { border-color: rgb(252,196,93); }

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