Html Css Color HEX #FCC048 Golden Tainoi

📋 copy color: '#FCC048'

red 252 ◦ green 192 ◦ blue 72

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

Shades of Golden Tainoi #FCC048

Tints of Golden Tainoi #FCC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 72 (28.52% from 255) = 13.95%

R = 48.84%
G = 37.21%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC048 (or 0xFCC048) is known color: Golden Tainoi. HEX triplet: FC, C0 and 48. RGB value is (252,192,72). Sum of RGB (Red+Green+Blue) = 252+192+72=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC048 is #033FB7. Grayscale: #C4C4C4. Windows color (decimal): -212920 or 4767996. OLE color: 4767996.

HSL color Cylindrical-coordinate representation of color #FCC048: 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.71%. Process color model (Four color, CMYK) of #FCC048 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 72 -
CMYK 0 0.24 0.71 0.01
HSL 40º 0.97% 0.64% -
HSV(B) 40º 0.71% 0.99% -
XYZ 60.16 58.86 14.32 -
YUV 196.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 252 192 72 0 0.24 0.71 0.01 40 0.97 0.64
Hex FC C0 48 0 18 47 1 28 61 40
Octal 374 300 110 0 30 107 1 50 141 100
Binary 11111100 11000000 1001000 0 11000 1000111 1 101000 1100001 1000000

Color Harmonies of #FCC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC048

Black with #FCC048

Text Example


Text Example

White with #FCC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC048; }

 p { color: rgb(252,192,72); }

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

background-color css

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

 a { background-color: rgb(252,192,72); }

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

border-color css

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

 span { border-color: rgb(252,192,72); }

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