Html Css Color HEX #FCBE46 Golden Tainoi

📋 copy color: '#FCBE46'

red 252 ◦ green 190 ◦ blue 70

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

Shades of Golden Tainoi #FCBE46

Tints of Golden Tainoi #FCBE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 49.22%
G = 37.11%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCBE46 (or 0xFCBE46) is known color: Golden Tainoi. HEX triplet: FC, BE and 46. RGB value is (252,190,70). Sum of RGB (Red+Green+Blue) = 252+190+70=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE46 is #0341B9. Grayscale: #C3C3C3. Windows color (decimal): -213434 or 4636412. OLE color: 4636412.

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

Color convert

RGB 252 190 70 -
CMYK 0 0.25 0.72 0.01
HSL 39.56º 0.97% 0.63% -
HSV(B) 39.56º 0.72% 0.99% -
XYZ 59.66 57.96 13.84 -
YUV 194.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 252 190 70 0 0.25 0.72 0.01 39.56 0.97 0.63
Hex FC BE 46 0 19 48 1 28 61 3F
Octal 374 276 106 0 31 110 1 50 141 77
Binary 11111100 10111110 1000110 0 11001 1001000 1 101000 1100001 111111

Color Harmonies of #FCBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE46

Black with #FCBE46

Text Example


Text Example

White with #FCBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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