Html Css Color HEX #FCC14C Golden Tainoi

📋 copy color: '#FCC14C'

red 252 ◦ green 193 ◦ blue 76

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

Shades of Golden Tainoi #FCC14C

Tints of Golden Tainoi #FCC14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.04%

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

R = 48.37%
G = 37.04%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC14C (or 0xFCC14C) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4C. RGB value is (252,193,76). Sum of RGB (Red+Green+Blue) = 252+193+76=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC14C is #033EB3. Grayscale: #C5C5C5. Windows color (decimal): -212660 or 5030396. OLE color: 5030396.

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

Color convert

RGB 252 193 76 -
CMYK 0 0.23 0.70 0.01
HSL 39.89º 0.97% 0.64% -
HSV(B) 39.89º 0.7% 0.99% -
XYZ 60.52 59.36 15.1 -
YUV 197.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 252 193 76 0 0.23 0.70 0.01 39.89 0.97 0.64
Hex FC C1 4C 0 17 46 1 28 61 40
Octal 374 301 114 0 27 106 1 50 141 100
Binary 11111100 11000001 1001100 0 10111 1000110 1 101000 1100001 1000000

Color Harmonies of #FCC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC14C

Black with #FCC14C

Text Example


Text Example

White with #FCC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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