Html Css Color HEX #FCBE57 Golden Tainoi

📋 copy color: '#FCBE57'

red 252 ◦ green 190 ◦ blue 87

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

Shades of Golden Tainoi #FCBE57

Tints of Golden Tainoi #FCBE57

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.92%

 BLUE value IS 87 (34.38% from 255) = 16.45%

R = 47.64%
G = 35.92%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCBE57 (or 0xFCBE57) is known color: Golden Tainoi. HEX triplet: FC, BE and 57. RGB value is (252,190,87). Sum of RGB (Red+Green+Blue) = 252+190+87=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE57 is #0341A8. Grayscale: #C5C5C5. Windows color (decimal): -213417 or 5750524. OLE color: 5750524.

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

Color convert

RGB 252 190 87 -
CMYK 0 0.25 0.65 0.01
HSL 37.45º 0.96% 0.66% -
HSV(B) 37.45º 0.65% 0.99% -
XYZ 60.28 58.21 17.08 -
YUV 196.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 252 190 87 0 0.25 0.65 0.01 37.45 0.96 0.66
Hex FC BE 57 0 19 41 1 25 60 42
Octal 374 276 127 0 31 101 1 45 140 102
Binary 11111100 10111110 1010111 0 11001 1000001 1 100101 1100000 1000010

Color Harmonies of #FCBE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE57

Black with #FCBE57

Text Example


Text Example

White with #FCBE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE57; }

 p { color: rgb(252,190,87); }

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

background-color css

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

 a { background-color: rgb(252,190,87); }

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

border-color css

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

 span { border-color: rgb(252,190,87); }

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