Html Css Color HEX #FCC14B Golden Tainoi

📋 copy color: '#FCC14B'

red 252 ◦ green 193 ◦ blue 75

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

Shades of Golden Tainoi #FCC14B

Tints of Golden Tainoi #FCC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 48.46%
G = 37.12%
B = 14.42%

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

#FCC14B (or 0xFCC14B) is known color: Golden Tainoi. HEX triplet: FC, C1 and 4B. RGB value is (252,193,75). Sum of RGB (Red+Green+Blue) = 252+193+75=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC14B is #033EB4. Grayscale: #C5C5C5. Windows color (decimal): -212661 or 4964860. OLE color: 4964860.

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

Color convert

RGB 252 193 75 -
CMYK 0 0.23 0.70 0.01
HSL 40º 0.97% 0.64% -
HSV(B) 40º 0.7% 0.99% -
XYZ 60.48 59.34 14.92 -
YUV 197.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 252 193 75 0 0.23 0.70 0.01 40 0.97 0.64
Hex FC C1 4B 0 17 46 1 28 61 40
Octal 374 301 113 0 27 106 1 50 141 100
Binary 11111100 11000001 1001011 0 10111 1000110 1 101000 1100001 1000000

Color Harmonies of #FCC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC14B

Black with #FCC14B

Text Example


Text Example

White with #FCC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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