Html Css Color HEX #FCBC4C Golden Tainoi

📋 copy color: '#FCBC4C'

red 252 ◦ green 188 ◦ blue 76

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

Shades of Golden Tainoi #FCBC4C

Tints of Golden Tainoi #FCBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.73%

R = 48.84%
G = 36.43%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCBC4C (or 0xFCBC4C) is known color: Golden Tainoi. HEX triplet: FC, BC and 4C. RGB value is (252,188,76). Sum of RGB (Red+Green+Blue) = 252+188+76=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC4C is #0343B3. Grayscale: #C2C2C2. Windows color (decimal): -213940 or 5029116. OLE color: 5029116.

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

Color convert

RGB 252 188 76 -
CMYK 0 0.25 0.70 0.01
HSL 38.18º 0.97% 0.64% -
HSV(B) 38.18º 0.7% 0.99% -
XYZ 59.43 57.18 14.74 -
YUV 194.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 252 188 76 0 0.25 0.70 0.01 38.18 0.97 0.64
Hex FC BC 4C 0 19 46 1 26 61 40
Octal 374 274 114 0 31 106 1 46 141 100
Binary 11111100 10111100 1001100 0 11001 1000110 1 100110 1100001 1000000

Color Harmonies of #FCBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC4C

Black with #FCBC4C

Text Example


Text Example

White with #FCBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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