Html Css Color HEX #FCC348 Golden Tainoi

📋 copy color: '#FCC348'

red 252 ◦ green 195 ◦ blue 72

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

Shades of Golden Tainoi #FCC348

Tints of Golden Tainoi #FCC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 48.55%
G = 37.57%
B = 13.87%

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

#FCC348 (or 0xFCC348) is known color: Golden Tainoi. HEX triplet: FC, C3 and 48. RGB value is (252,195,72). Sum of RGB (Red+Green+Blue) = 252+195+72=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC348 is #033CB7. Grayscale: #C6C6C6. Windows color (decimal): -212152 or 4768764. OLE color: 4768764.

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

Color convert

RGB 252 195 72 -
CMYK 0 0.23 0.71 0.01
HSL 41º 0.97% 0.64% -
HSV(B) 41º 0.71% 0.99% -
XYZ 60.83 60.19 14.54 -
YUV 198.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 252 195 72 0 0.23 0.71 0.01 41 0.97 0.64
Hex FC C3 48 0 17 47 1 29 61 40
Octal 374 303 110 0 27 107 1 51 141 100
Binary 11111100 11000011 1001000 0 10111 1000111 1 101001 1100001 1000000

Color Harmonies of #FCC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC348

Black with #FCC348

Text Example


Text Example

White with #FCC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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