Html Css Color HEX #FCC344 Golden Tainoi

📋 copy color: '#FCC344'

red 252 ◦ green 195 ◦ blue 68

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

Shades of Golden Tainoi #FCC344

Tints of Golden Tainoi #FCC344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.2%

R = 48.93%
G = 37.86%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC344 (or 0xFCC344) is known color: Golden Tainoi. HEX triplet: FC, C3 and 44. RGB value is (252,195,68). Sum of RGB (Red+Green+Blue) = 252+195+68=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC344 is #033CBB. Grayscale: #C6C6C6. Windows color (decimal): -212156 or 4506620. OLE color: 4506620.

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

Color convert

RGB 252 195 68 -
CMYK 0 0.23 0.73 0.01
HSL 41.41º 0.97% 0.63% -
HSV(B) 41.41º 0.73% 0.99% -
XYZ 60.7 60.14 13.88 -
YUV 197.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 252 195 68 0 0.23 0.73 0.01 41.41 0.97 0.63
Hex FC C3 44 0 17 49 1 29 61 3F
Octal 374 303 104 0 27 111 1 51 141 77
Binary 11111100 11000011 1000100 0 10111 1001001 1 101001 1100001 111111

Color Harmonies of #FCC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC344

Black with #FCC344

Text Example


Text Example

White with #FCC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC344; }

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

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

background-color css

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

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

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

border-color css

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

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

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