Html Css Color HEX #FCBC50 Golden Tainoi

📋 copy color: '#FCBC50'

red 252 ◦ green 188 ◦ blue 80

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

Shades of Golden Tainoi #FCBC50

Tints of Golden Tainoi #FCBC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 48.46%
G = 36.15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCBC50 (or 0xFCBC50) is known color: Golden Tainoi. HEX triplet: FC, BC and 50. RGB value is (252,188,80). Sum of RGB (Red+Green+Blue) = 252+188+80=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC50 is #0343AF. Grayscale: #C3C3C3. Windows color (decimal): -213936 or 5291260. OLE color: 5291260.

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

Color convert

RGB 252 188 80 -
CMYK 0 0.25 0.68 0.01
HSL 37.67º 0.97% 0.65% -
HSV(B) 37.67º 0.68% 0.99% -
XYZ 59.58 57.24 15.5 -
YUV 194.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 252 188 80 0 0.25 0.68 0.01 37.67 0.97 0.65
Hex FC BC 50 0 19 44 1 26 61 41
Octal 374 274 120 0 31 104 1 46 141 101
Binary 11111100 10111100 1010000 0 11001 1000100 1 100110 1100001 1000001

Color Harmonies of #FCBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC50

Black with #FCBC50

Text Example


Text Example

White with #FCBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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