Html Css Color HEX #FCBE54 Golden Tainoi

📋 copy color: '#FCBE54'

red 252 ◦ green 190 ◦ blue 84

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

Shades of Golden Tainoi #FCBE54

Tints of Golden Tainoi #FCBE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.97%

R = 47.91%
G = 36.12%
B = 15.97%

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

#FCBE54 (or 0xFCBE54) is known color: Golden Tainoi. HEX triplet: FC, BE and 54. RGB value is (252,190,84). Sum of RGB (Red+Green+Blue) = 252+190+84=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE54 is #0341AB. Grayscale: #C4C4C4. Windows color (decimal): -213420 or 5553916. OLE color: 5553916.

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

Color convert

RGB 252 190 84 -
CMYK 0 0.25 0.67 0.01
HSL 37.86º 0.97% 0.66% -
HSV(B) 37.86º 0.67% 0.99% -
XYZ 60.16 58.16 16.44 -
YUV 196.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 252 190 84 0 0.25 0.67 0.01 37.86 0.97 0.66
Hex FC BE 54 0 19 43 1 26 61 42
Octal 374 276 124 0 31 103 1 46 141 102
Binary 11111100 10111110 1010100 0 11001 1000011 1 100110 1100001 1000010

Color Harmonies of #FCBE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE54

Black with #FCBE54

Text Example


Text Example

White with #FCBE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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