Html Css Color HEX #FDCE6C Grandis

📋 copy color: '#FDCE6C'

red 253 ◦ green 206 ◦ blue 108

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

Shades of Grandis #FDCE6C

Tints of Grandis #FDCE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 44.62%
G = 36.33%
B = 19.05%

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

#FDCE6C (or 0xFDCE6C) is known color: Grandis. HEX triplet: FD, CE and 6C. RGB value is (253,206,108). Sum of RGB (Red+Green+Blue) = 253+206+108=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE6C is #023193. Grayscale: #D1D1D1. Windows color (decimal): -143764 or 7130877. OLE color: 7130877.

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

Color convert

RGB 253 206 108 -
CMYK 0 0.19 0.57 0.01
HSL 40.55º 0.97% 0.71% -
HSV(B) 40.55º 0.57% 0.99% -
XYZ 65.29 66.11 23.51 -
YUV 208.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 253 206 108 0 0.19 0.57 0.01 40.55 0.97 0.71
Hex FD CE 6C 0 13 39 1 29 61 47
Octal 375 316 154 0 23 71 1 51 141 107
Binary 11111101 11001110 1101100 0 10011 111001 1 101001 1100001 1000111

Color Harmonies of #FDCE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE6C

Black with #FDCE6C

Text Example


Text Example

White with #FDCE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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