Html Css Color HEX #FCBD4C Golden Tainoi

📋 copy color: '#FCBD4C'

red 252 ◦ green 189 ◦ blue 76

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

Shades of Golden Tainoi #FCBD4C

Tints of Golden Tainoi #FCBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 48.74%
G = 36.56%
B = 14.7%

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

#FCBD4C (or 0xFCBD4C) is known color: Golden Tainoi. HEX triplet: FC, BD and 4C. RGB value is (252,189,76). Sum of RGB (Red+Green+Blue) = 252+189+76=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD4C is #0342B3. Grayscale: #C3C3C3. Windows color (decimal): -213684 or 5029372. OLE color: 5029372.

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

Color convert

RGB 252 189 76 -
CMYK 0 0.25 0.70 0.01
HSL 38.52º 0.97% 0.64% -
HSV(B) 38.52º 0.7% 0.99% -
XYZ 59.65 57.61 14.81 -
YUV 194.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 252 189 76 0 0.25 0.70 0.01 38.52 0.97 0.64
Hex FC BD 4C 0 19 46 1 27 61 40
Octal 374 275 114 0 31 106 1 47 141 100
Binary 11111100 10111101 1001100 0 11001 1000110 1 100111 1100001 1000000

Color Harmonies of #FCBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD4C

Black with #FCBD4C

Text Example


Text Example

White with #FCBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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