Html Css Color HEX #FCBC55 Golden Tainoi

📋 copy color: '#FCBC55'

red 252 ◦ green 188 ◦ blue 85

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

Shades of Golden Tainoi #FCBC55

Tints of Golden Tainoi #FCBC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 48%
G = 35.81%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCBC55 (or 0xFCBC55) is known color: Golden Tainoi. HEX triplet: FC, BC and 55. RGB value is (252,188,85). Sum of RGB (Red+Green+Blue) = 252+188+85=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC55 is #0343AA. Grayscale: #C3C3C3. Windows color (decimal): -213931 or 5618940. OLE color: 5618940.

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

Color convert

RGB 252 188 85 -
CMYK 0 0.25 0.66 0.01
HSL 37.01º 0.97% 0.66% -
HSV(B) 37.01º 0.66% 0.99% -
XYZ 59.77 57.32 16.51 -
YUV 195.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 252 188 85 0 0.25 0.66 0.01 37.01 0.97 0.66
Hex FC BC 55 0 19 42 1 25 61 42
Octal 374 274 125 0 31 102 1 45 141 102
Binary 11111100 10111100 1010101 0 11001 1000010 1 100101 1100001 1000010

Color Harmonies of #FCBC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC55

Black with #FCBC55

Text Example


Text Example

White with #FCBC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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