Html Css Color HEX #FCBC4D Golden Tainoi

📋 copy color: '#FCBC4D'

red 252 ◦ green 188 ◦ blue 77

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

Shades of Golden Tainoi #FCBC4D

Tints of Golden Tainoi #FCBC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.89%

R = 48.74%
G = 36.36%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCBC4D (or 0xFCBC4D) is known color: Golden Tainoi. HEX triplet: FC, BC and 4D. RGB value is (252,188,77). Sum of RGB (Red+Green+Blue) = 252+188+77=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC4D is #0343B2. Grayscale: #C2C2C2. Windows color (decimal): -213939 or 5094652. OLE color: 5094652.

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

Color convert

RGB 252 188 77 -
CMYK 0 0.25 0.69 0.01
HSL 38.06º 0.97% 0.65% -
HSV(B) 38.06º 0.69% 0.99% -
XYZ 59.47 57.2 14.93 -
YUV 194.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 252 188 77 0 0.25 0.69 0.01 38.06 0.97 0.65
Hex FC BC 4D 0 19 45 1 26 61 41
Octal 374 274 115 0 31 105 1 46 141 101
Binary 11111100 10111100 1001101 0 11001 1000101 1 100110 1100001 1000001

Color Harmonies of #FCBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC4D

Black with #FCBC4D

Text Example


Text Example

White with #FCBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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