Html Css Color HEX #FCC14F Golden Tainoi

📋 copy color: '#FCC14F'

red 252 ◦ green 193 ◦ blue 79

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

Shades of Golden Tainoi #FCC14F

Tints of Golden Tainoi #FCC14F

RGB

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

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

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

R = 48.09%
G = 36.83%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC14F (or 0xFCC14F) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4F. RGB value is (252,193,79). Sum of RGB (Red+Green+Blue) = 252+193+79=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC14F is #033EB0. Grayscale: #C6C6C6. Windows color (decimal): -212657 or 5227004. OLE color: 5227004.

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

Color convert

RGB 252 193 79 -
CMYK 0 0.23 0.69 0.01
HSL 39.54º 0.97% 0.65% -
HSV(B) 39.54º 0.69% 0.99% -
XYZ 60.63 59.4 15.67 -
YUV 197.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 252 193 79 0 0.23 0.69 0.01 39.54 0.97 0.65
Hex FC C1 4F 0 17 45 1 28 61 41
Octal 374 301 117 0 27 105 1 50 141 101
Binary 11111100 11000001 1001111 0 10111 1000101 1 101000 1100001 1000001

Color Harmonies of #FCC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC14F

Black with #FCC14F

Text Example


Text Example

White with #FCC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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