Html Css Color HEX #FCBC5D Golden Tainoi

📋 copy color: '#FCBC5D'

red 252 ◦ green 188 ◦ blue 93

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

Shades of Golden Tainoi #FCBC5D

Tints of Golden Tainoi #FCBC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

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

R = 47.28%
G = 35.27%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCBC5D (or 0xFCBC5D) is known color: Golden Tainoi. HEX triplet: FC, BC and 5D. RGB value is (252,188,93). Sum of RGB (Red+Green+Blue) = 252+188+93=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC5D is #0343A2. Grayscale: #C4C4C4. Windows color (decimal): -213923 or 6143228. OLE color: 6143228.

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

Color convert

RGB 252 188 93 -
CMYK 0 0.25 0.63 0.01
HSL 35.85º 0.96% 0.68% -
HSV(B) 35.85º 0.63% 0.99% -
XYZ 60.1 57.45 18.28 -
YUV 196.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 252 188 93 0 0.25 0.63 0.01 35.85 0.96 0.68
Hex FC BC 5D 0 19 3F 1 24 60 44
Octal 374 274 135 0 31 77 1 44 140 104
Binary 11111100 10111100 1011101 0 11001 111111 1 100100 1100000 1000100

Color Harmonies of #FCBC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC5D

Black with #FCBC5D

Text Example


Text Example

White with #FCBC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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