Html Css Color HEX #FDC96E Grandis

📋 copy color: '#FDC96E'

red 253 ◦ green 201 ◦ blue 110

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

Shades of Grandis #FDC96E

Tints of Grandis #FDC96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 110 (43.36% from 255) = 19.5%

R = 44.86%
G = 35.64%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC96E (or 0xFDC96E) is known color: Grandis. HEX triplet: FD, C9 and 6E. RGB value is (253,201,110). Sum of RGB (Red+Green+Blue) = 253+201+110=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC96E is #023691. Grayscale: #CECECE. Windows color (decimal): -145042 or 7260669. OLE color: 7260669.

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

Color convert

RGB 253 201 110 -
CMYK 0 0.21 0.57 0.01
HSL 38.18º 0.97% 0.71% -
HSV(B) 38.18º 0.57% 0.99% -
XYZ 64.21 63.78 23.68 -
YUV 206.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 253 201 110 0 0.21 0.57 0.01 38.18 0.97 0.71
Hex FD C9 6E 0 15 39 1 26 61 47
Octal 375 311 156 0 25 71 1 46 141 107
Binary 11111101 11001001 1101110 0 10101 111001 1 100110 1100001 1000111

Color Harmonies of #FDC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC96E

Black with #FDC96E

Text Example


Text Example

White with #FDC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC96E; }

 p { color: rgb(253,201,110); }

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

background-color css

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

 a { background-color: rgb(253,201,110); }

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

border-color css

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

 span { border-color: rgb(253,201,110); }

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