Html Css Color HEX #FDC165 Grandis

📋 copy color: '#FDC165'

red 253 ◦ green 193 ◦ blue 101

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

Shades of Grandis #FDC165

Tints of Grandis #FDC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

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

R = 46.25%
G = 35.28%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC165 (or 0xFDC165) is known color: Grandis. HEX triplet: FD, C1 and 65. RGB value is (253,193,101). Sum of RGB (Red+Green+Blue) = 253+193+101=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC165 is #023E9A. Grayscale: #C8C8C8. Windows color (decimal): -147099 or 6668797. OLE color: 6668797.

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

Color convert

RGB 253 193 101 -
CMYK 0 0.24 0.60 0.01
HSL 36.32º 0.97% 0.69% -
HSV(B) 36.32º 0.6% 0.99% -
XYZ 61.93 59.96 20.62 -
YUV 200.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 253 193 101 0 0.24 0.60 0.01 36.32 0.97 0.69
Hex FD C1 65 0 18 3C 1 24 61 45
Octal 375 301 145 0 30 74 1 44 141 105
Binary 11111101 11000001 1100101 0 11000 111100 1 100100 1100001 1000101

Color Harmonies of #FDC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC165

Black with #FDC165

Text Example


Text Example

White with #FDC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC165; }

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

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

background-color css

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

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

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

border-color css

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

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

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