Html Css Color HEX #FDCE68 Grandis

📋 copy color: '#FDCE68'

red 253 ◦ green 206 ◦ blue 104

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

Shades of Grandis #FDCE68

Tints of Grandis #FDCE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.47%

R = 44.94%
G = 36.59%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDCE68 (or 0xFDCE68) is known color: Grandis. HEX triplet: FD, CE and 68. RGB value is (253,206,104). Sum of RGB (Red+Green+Blue) = 253+206+104=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE68 is #023197. Grayscale: #D0D0D0. Windows color (decimal): -143768 or 6868733. OLE color: 6868733.

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

Color convert

RGB 253 206 104 -
CMYK 0 0.19 0.59 0.01
HSL 41.07º 0.97% 0.7% -
HSV(B) 41.07º 0.59% 0.99% -
XYZ 65.08 66.02 22.41 -
YUV 208.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 253 206 104 0 0.19 0.59 0.01 41.07 0.97 0.7
Hex FD CE 68 0 13 3B 1 29 61 46
Octal 375 316 150 0 23 73 1 51 141 106
Binary 11111101 11001110 1101000 0 10011 111011 1 101001 1100001 1000110

Color Harmonies of #FDCE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE68

Black with #FDCE68

Text Example


Text Example

White with #FDCE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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