Html Css Color HEX #FDC368 Grandis

📋 copy color: '#FDC368'

red 253 ◦ green 195 ◦ blue 104

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

Shades of Grandis #FDC368

Tints of Grandis #FDC368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.84%

R = 45.83%
G = 35.33%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDC368 (or 0xFDC368) is known color: Grandis. HEX triplet: FD, C3 and 68. RGB value is (253,195,104). Sum of RGB (Red+Green+Blue) = 253+195+104=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC368 is #023C97. Grayscale: #CACACA. Windows color (decimal): -146584 or 6865917. OLE color: 6865917.

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

Color convert

RGB 253 195 104 -
CMYK 0 0.23 0.59 0.01
HSL 36.64º 0.97% 0.7% -
HSV(B) 36.64º 0.59% 0.99% -
XYZ 62.52 60.91 21.56 -
YUV 201.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 253 195 104 0 0.23 0.59 0.01 36.64 0.97 0.7
Hex FD C3 68 0 17 3B 1 25 61 46
Octal 375 303 150 0 27 73 1 45 141 106
Binary 11111101 11000011 1101000 0 10111 111011 1 100101 1100001 1000110

Color Harmonies of #FDC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC368

Black with #FDC368

Text Example


Text Example

White with #FDC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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