Html Css Color HEX #FDC365 Grandis

📋 copy color: '#FDC365'

red 253 ◦ green 195 ◦ blue 101

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

Shades of Grandis #FDC365

Tints of Grandis #FDC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.4%

R = 46.08%
G = 35.52%
B = 18.4%

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

#FDC365 (or 0xFDC365) is known color: Grandis. HEX triplet: FD, C3 and 65. RGB value is (253,195,101). Sum of RGB (Red+Green+Blue) = 253+195+101=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC365 is #023C9A. Grayscale: #CACACA. Windows color (decimal): -146587 or 6669309. OLE color: 6669309.

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

Color convert

RGB 253 195 101 -
CMYK 0 0.23 0.60 0.01
HSL 37.11º 0.97% 0.69% -
HSV(B) 37.11º 0.6% 0.99% -
XYZ 62.37 60.85 20.77 -
YUV 201.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 253 195 101 0 0.23 0.60 0.01 37.11 0.97 0.69
Hex FD C3 65 0 17 3C 1 25 61 45
Octal 375 303 145 0 27 74 1 45 141 105
Binary 11111101 11000011 1100101 0 10111 111100 1 100101 1100001 1000101

Color Harmonies of #FDC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC365

Black with #FDC365

Text Example


Text Example

White with #FDC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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