Html Css Color HEX #FCC364 Grandis

📋 copy color: '#FCC364'

red 252 ◦ green 195 ◦ blue 100

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

Shades of Grandis #FCC364

Tints of Grandis #FCC364

RGB

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

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

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

R = 46.07%
G = 35.65%
B = 18.28%

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

#FCC364 (or 0xFCC364) is known color: Grandis. HEX triplet: FC, C3 and 64. RGB value is (252,195,100). Sum of RGB (Red+Green+Blue) = 252+195+100=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC364 is #033C9B. Grayscale: #C9C9C9. Windows color (decimal): -212124 or 6603772. OLE color: 6603772.

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

Color convert

RGB 252 195 100 -
CMYK 0 0.23 0.60 0.01
HSL 37.5º 0.96% 0.69% -
HSV(B) 37.5º 0.6% 0.99% -
XYZ 61.96 60.65 20.5 -
YUV 201.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 252 195 100 0 0.23 0.60 0.01 37.5 0.96 0.69
Hex FC C3 64 0 17 3C 1 26 60 45
Octal 374 303 144 0 27 74 1 46 140 105
Binary 11111100 11000011 1100100 0 10111 111100 1 100110 1100000 1000101

Color Harmonies of #FCC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC364

Black with #FCC364

Text Example


Text Example

White with #FCC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC364; }

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

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

background-color css

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

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

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

border-color css

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

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

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