Html Css Color HEX #FCC14A Golden Tainoi

📋 copy color: '#FCC14A'

red 252 ◦ green 193 ◦ blue 74

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

Shades of Golden Tainoi #FCC14A

Tints of Golden Tainoi #FCC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.26%

R = 48.55%
G = 37.19%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC14A (or 0xFCC14A) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4A. RGB value is (252,193,74). Sum of RGB (Red+Green+Blue) = 252+193+74=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC14A is #033EB5. Grayscale: #C5C5C5. Windows color (decimal): -212662 or 4899324. OLE color: 4899324.

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

Color convert

RGB 252 193 74 -
CMYK 0 0.23 0.71 0.01
HSL 40.11º 0.97% 0.64% -
HSV(B) 40.11º 0.71% 0.99% -
XYZ 60.45 59.33 14.74 -
YUV 197.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 252 193 74 0 0.23 0.71 0.01 40.11 0.97 0.64
Hex FC C1 4A 0 17 47 1 28 61 40
Octal 374 301 112 0 27 107 1 50 141 100
Binary 11111100 11000001 1001010 0 10111 1000111 1 101000 1100001 1000000

Color Harmonies of #FCC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC14A

Black with #FCC14A

Text Example


Text Example

White with #FCC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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