Html Css Color HEX #FDCE6E Grandis

📋 copy color: '#FDCE6E'

red 253 ◦ green 206 ◦ blue 110

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

Shades of Grandis #FDCE6E

Tints of Grandis #FDCE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

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

R = 44.46%
G = 36.2%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDCE6E (or 0xFDCE6E) is known color: Grandis. HEX triplet: FD, CE and 6E. RGB value is (253,206,110). Sum of RGB (Red+Green+Blue) = 253+206+110=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE6E is #023191. Grayscale: #D1D1D1. Windows color (decimal): -143762 or 7261949. OLE color: 7261949.

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

Color convert

RGB 253 206 110 -
CMYK 0 0.19 0.57 0.01
HSL 40.28º 0.97% 0.71% -
HSV(B) 40.28º 0.57% 0.99% -
XYZ 65.39 66.15 24.07 -
YUV 209.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 253 206 110 0 0.19 0.57 0.01 40.28 0.97 0.71
Hex FD CE 6E 0 13 39 1 28 61 47
Octal 375 316 156 0 23 71 1 50 141 107
Binary 11111101 11001110 1101110 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE6E

Black with #FDCE6E

Text Example


Text Example

White with #FDCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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