Html Css Color HEX #FCBC53 Golden Tainoi

📋 copy color: '#FCBC53'

red 252 ◦ green 188 ◦ blue 83

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

Shades of Golden Tainoi #FCBC53

Tints of Golden Tainoi #FCBC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.87%

R = 48.18%
G = 35.95%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCBC53 (or 0xFCBC53) is known color: Golden Tainoi. HEX triplet: FC, BC and 53. RGB value is (252,188,83). Sum of RGB (Red+Green+Blue) = 252+188+83=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC53 is #0343AC. Grayscale: #C3C3C3. Windows color (decimal): -213933 or 5487868. OLE color: 5487868.

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

Color convert

RGB 252 188 83 -
CMYK 0 0.25 0.67 0.01
HSL 37.28º 0.97% 0.66% -
HSV(B) 37.28º 0.67% 0.99% -
XYZ 59.69 57.29 16.1 -
YUV 195.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 252 188 83 0 0.25 0.67 0.01 37.28 0.97 0.66
Hex FC BC 53 0 19 43 1 25 61 42
Octal 374 274 123 0 31 103 1 45 141 102
Binary 11111100 10111100 1010011 0 11001 1000011 1 100101 1100001 1000010

Color Harmonies of #FCBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC53

Black with #FCBC53

Text Example


Text Example

White with #FCBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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