Html Css Color HEX #FCBC5B Golden Tainoi

📋 copy color: '#FCBC5B'

red 252 ◦ green 188 ◦ blue 91

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

Shades of Golden Tainoi #FCBC5B

Tints of Golden Tainoi #FCBC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 47.46%
G = 35.4%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCBC5B (or 0xFCBC5B) is known color: Golden Tainoi. HEX triplet: FC, BC and 5B. RGB value is (252,188,91). Sum of RGB (Red+Green+Blue) = 252+188+91=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC5B is #0343A4. Grayscale: #C4C4C4. Windows color (decimal): -213925 or 6012156. OLE color: 6012156.

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

Color convert

RGB 252 188 91 -
CMYK 0 0.25 0.64 0.01
HSL 36.15º 0.96% 0.67% -
HSV(B) 36.15º 0.64% 0.99% -
XYZ 60.02 57.42 17.82 -
YUV 196.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 252 188 91 0 0.25 0.64 0.01 36.15 0.96 0.67
Hex FC BC 5B 0 19 40 1 24 60 43
Octal 374 274 133 0 31 100 1 44 140 103
Binary 11111100 10111100 1011011 0 11001 1000000 1 100100 1100000 1000011

Color Harmonies of #FCBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC5B

Black with #FCBC5B

Text Example


Text Example

White with #FCBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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