Html Css Color HEX #FCC14D Golden Tainoi

📋 copy color: '#FCC14D'

red 252 ◦ green 193 ◦ blue 77

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

Shades of Golden Tainoi #FCC14D

Tints of Golden Tainoi #FCC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 48.28%
G = 36.97%
B = 14.75%

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

#FCC14D (or 0xFCC14D) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4D. RGB value is (252,193,77). Sum of RGB (Red+Green+Blue) = 252+193+77=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC14D is #033EB2. Grayscale: #C5C5C5. Windows color (decimal): -212659 or 5095932. OLE color: 5095932.

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

Color convert

RGB 252 193 77 -
CMYK 0 0.23 0.69 0.01
HSL 39.77º 0.97% 0.65% -
HSV(B) 39.77º 0.69% 0.99% -
XYZ 60.55 59.37 15.29 -
YUV 197.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 252 193 77 0 0.23 0.69 0.01 39.77 0.97 0.65
Hex FC C1 4D 0 17 45 1 28 61 41
Octal 374 301 115 0 27 105 1 50 141 101
Binary 11111100 11000001 1001101 0 10111 1000101 1 101000 1100001 1000001

Color Harmonies of #FCC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC14D

Black with #FCC14D

Text Example


Text Example

White with #FCC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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