Html Css Color HEX #FCC264 Golden Tainoi

📋 copy color: '#FCC264'

red 252 ◦ green 194 ◦ blue 100

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

Shades of Golden Tainoi #FCC264

Tints of Golden Tainoi #FCC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 46.15%
G = 35.53%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC264 (or 0xFCC264) is known color: Golden Tainoi. HEX triplet: FC, C2 and 64. RGB value is (252,194,100). Sum of RGB (Red+Green+Blue) = 252+194+100=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC264 is #033D9B. Grayscale: #C9C9C9. Windows color (decimal): -212380 or 6603516. OLE color: 6603516.

HSL color Cylindrical-coordinate representation of color #FCC264: hue angle of 37.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC264 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 100 -
CMYK 0 0.23 0.60 0.01
HSL 37.11º 0.96% 0.69% -
HSV(B) 37.11º 0.6% 0.99% -
XYZ 61.74 60.2 20.42 -
YUV 200.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 252 194 100 0 0.23 0.60 0.01 37.11 0.96 0.69
Hex FC C2 64 0 17 3C 1 25 60 45
Octal 374 302 144 0 27 74 1 45 140 105
Binary 11111100 11000010 1100100 0 10111 111100 1 100101 1100000 1000101

Color Harmonies of #FCC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC264

Black with #FCC264

Text Example


Text Example

White with #FCC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC264; }

 p { color: rgb(252,194,100); }

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

background-color css

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

 a { background-color: rgb(252,194,100); }

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

border-color css

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

 span { border-color: rgb(252,194,100); }

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