Html Css Color HEX #FCBE55 Golden Tainoi

📋 copy color: '#FCBE55'

red 252 ◦ green 190 ◦ blue 85

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

Shades of Golden Tainoi #FCBE55

Tints of Golden Tainoi #FCBE55

RGB

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

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

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

R = 47.82%
G = 36.05%
B = 16.13%

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

#FCBE55 (or 0xFCBE55) is known color: Golden Tainoi. HEX triplet: FC, BE and 55. RGB value is (252,190,85). Sum of RGB (Red+Green+Blue) = 252+190+85=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE55 is #0341AA. Grayscale: #C5C5C5. Windows color (decimal): -213419 or 5619452. OLE color: 5619452.

HSL color Cylindrical-coordinate representation of color #FCBE55: hue angle of 37.72º 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 #FCBE55 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 85 -
CMYK 0 0.25 0.66 0.01
HSL 37.72º 0.97% 0.66% -
HSV(B) 37.72º 0.66% 0.99% -
XYZ 60.2 58.18 16.65 -
YUV 196.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 252 190 85 0 0.25 0.66 0.01 37.72 0.97 0.66
Hex FC BE 55 0 19 42 1 26 61 42
Octal 374 276 125 0 31 102 1 46 141 102
Binary 11111100 10111110 1010101 0 11001 1000010 1 100110 1100001 1000010

Color Harmonies of #FCBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE55

Black with #FCBE55

Text Example


Text Example

White with #FCBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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