Html Css Color HEX #FDC364 Grandis

📋 copy color: '#FDC364'

red 253 ◦ green 195 ◦ blue 100

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

Shades of Grandis #FDC364

Tints of Grandis #FDC364

RGB

 RED value IS 253 (99.22% from 255) = 46.17%

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

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

R = 46.17%
G = 35.58%
B = 18.25%

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

#FDC364 (or 0xFDC364) is known color: Grandis. HEX triplet: FD, C3 and 64. RGB value is (253,195,100). Sum of RGB (Red+Green+Blue) = 253+195+100=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC364 is #023C9B. Grayscale: #C9C9C9. Windows color (decimal): -146588 or 6603773. OLE color: 6603773.

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

Color convert

RGB 253 195 100 -
CMYK 0 0.23 0.60 0.01
HSL 37.25º 0.97% 0.69% -
HSV(B) 37.25º 0.6% 0.99% -
XYZ 62.32 60.83 20.51 -
YUV 201.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 253 195 100 0 0.23 0.60 0.01 37.25 0.97 0.69
Hex FD C3 64 0 17 3C 1 25 61 45
Octal 375 303 144 0 27 74 1 45 141 105
Binary 11111101 11000011 1100100 0 10111 111100 1 100101 1100001 1000101

Color Harmonies of #FDC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC364

Black with #FDC364

Text Example


Text Example

White with #FDC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC364; }

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

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

background-color css

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

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

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

border-color css

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

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

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