Html Css Color HEX #FCBC4F Golden Tainoi

📋 copy color: '#FCBC4F'

red 252 ◦ green 188 ◦ blue 79

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

Shades of Golden Tainoi #FCBC4F

Tints of Golden Tainoi #FCBC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.22%

R = 48.55%
G = 36.22%
B = 15.22%

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

#FCBC4F (or 0xFCBC4F) is known color: Golden Tainoi. HEX triplet: FC, BC and 4F. RGB value is (252,188,79). Sum of RGB (Red+Green+Blue) = 252+188+79=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC4F is #0343B0. Grayscale: #C3C3C3. Windows color (decimal): -213937 or 5225724. OLE color: 5225724.

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

Color convert

RGB 252 188 79 -
CMYK 0 0.25 0.69 0.01
HSL 37.8º 0.97% 0.65% -
HSV(B) 37.8º 0.69% 0.99% -
XYZ 59.54 57.23 15.3 -
YUV 194.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 252 188 79 0 0.25 0.69 0.01 37.8 0.97 0.65
Hex FC BC 4F 0 19 45 1 26 61 41
Octal 374 274 117 0 31 105 1 46 141 101
Binary 11111100 10111100 1001111 0 11001 1000101 1 100110 1100001 1000001

Color Harmonies of #FCBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC4F

Black with #FCBC4F

Text Example


Text Example

White with #FCBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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