Html Css Color HEX #FDCE73 Grandis

📋 copy color: '#FDCE73'

red 253 ◦ green 206 ◦ blue 115

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

Shades of Grandis #FDCE73

Tints of Grandis #FDCE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.03%

R = 44.08%
G = 35.89%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDCE73 (or 0xFDCE73) is known color: Grandis. HEX triplet: FD, CE and 73. RGB value is (253,206,115). Sum of RGB (Red+Green+Blue) = 253+206+115=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE73 is #02318C. Grayscale: #D2D2D2. Windows color (decimal): -143757 or 7589629. OLE color: 7589629.

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

Color convert

RGB 253 206 115 -
CMYK 0 0.19 0.55 0.01
HSL 39.57º 0.97% 0.72% -
HSV(B) 39.57º 0.55% 0.99% -
XYZ 65.67 66.26 25.55 -
YUV 209.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 253 206 115 0 0.19 0.55 0.01 39.57 0.97 0.72
Hex FD CE 73 0 13 37 1 28 61 48
Octal 375 316 163 0 23 67 1 50 141 110
Binary 11111101 11001110 1110011 0 10011 110111 1 101000 1100001 1001000

Color Harmonies of #FDCE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE73

Black with #FDCE73

Text Example


Text Example

White with #FDCE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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