Html Css Color HEX #FDCE66 Grandis

📋 copy color: '#FDCE66'

red 253 ◦ green 206 ◦ blue 102

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

Shades of Grandis #FDCE66

Tints of Grandis #FDCE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.18%

R = 45.1%
G = 36.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDCE66 (or 0xFDCE66) is known color: Grandis. HEX triplet: FD, CE and 66. RGB value is (253,206,102). Sum of RGB (Red+Green+Blue) = 253+206+102=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE66 is #023199. Grayscale: #D0D0D0. Windows color (decimal): -143770 or 6737661. OLE color: 6737661.

HSL color Cylindrical-coordinate representation of color #FDCE66: hue angle of 41.32º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDCE66 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 102 -
CMYK 0 0.19 0.60 0.01
HSL 41.32º 0.97% 0.7% -
HSV(B) 41.32º 0.6% 0.99% -
XYZ 64.98 65.98 21.88 -
YUV 208.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 253 206 102 0 0.19 0.60 0.01 41.32 0.97 0.7
Hex FD CE 66 0 13 3C 1 29 61 46
Octal 375 316 146 0 23 74 1 51 141 106
Binary 11111101 11001110 1100110 0 10011 111100 1 101001 1100001 1000110

Color Harmonies of #FDCE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE66

Black with #FDCE66

Text Example


Text Example

White with #FDCE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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