Html Css Color HEX #FDC865 Grandis

📋 copy color: '#FDC865'

red 253 ◦ green 200 ◦ blue 101

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

Shades of Grandis #FDC865

Tints of Grandis #FDC865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 45.67%
G = 36.1%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC865 (or 0xFDC865) is known color: Grandis. HEX triplet: FD, C8 and 65. RGB value is (253,200,101). Sum of RGB (Red+Green+Blue) = 253+200+101=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC865 is #02379A. Grayscale: #CDCDCD. Windows color (decimal): -145307 or 6670589. OLE color: 6670589.

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

Color convert

RGB 253 200 101 -
CMYK 0 0.21 0.60 0.01
HSL 39.08º 0.97% 0.69% -
HSV(B) 39.08º 0.6% 0.99% -
XYZ 63.51 63.13 21.15 -
YUV 204.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 253 200 101 0 0.21 0.60 0.01 39.08 0.97 0.69
Hex FD C8 65 0 15 3C 1 27 61 45
Octal 375 310 145 0 25 74 1 47 141 105
Binary 11111101 11001000 1100101 0 10101 111100 1 100111 1100001 1000101

Color Harmonies of #FDC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC865

Black with #FDC865

Text Example


Text Example

White with #FDC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC865; }

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

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

background-color css

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

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

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

border-color css

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

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

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