Html Css Color HEX #FCBC4A Golden Tainoi

📋 copy color: '#FCBC4A'

red 252 ◦ green 188 ◦ blue 74

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

Shades of Golden Tainoi #FCBC4A

Tints of Golden Tainoi #FCBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 49.03%
G = 36.58%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCBC4A (or 0xFCBC4A) is known color: Golden Tainoi. HEX triplet: FC, BC and 4A. RGB value is (252,188,74). Sum of RGB (Red+Green+Blue) = 252+188+74=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC4A is #0343B5. Grayscale: #C2C2C2. Windows color (decimal): -213942 or 4898044. OLE color: 4898044.

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

Color convert

RGB 252 188 74 -
CMYK 0 0.25 0.71 0.01
HSL 38.43º 0.97% 0.64% -
HSV(B) 38.43º 0.71% 0.99% -
XYZ 59.36 57.16 14.38 -
YUV 194.14 60.2 169.27 -
System Red Green Blue C M Y K H S L
Decimal 252 188 74 0 0.25 0.71 0.01 38.43 0.97 0.64
Hex FC BC 4A 0 19 47 1 26 61 40
Octal 374 274 112 0 31 107 1 46 141 100
Binary 11111100 10111100 1001010 0 11001 1000111 1 100110 1100001 1000000

Color Harmonies of #FCBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC4A

Black with #FCBC4A

Text Example


Text Example

White with #FCBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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