Html Css Color HEX #FDCD73 Grandis

📋 copy color: '#FDCD73'

red 253 ◦ green 205 ◦ blue 115

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

Shades of Grandis #FDCD73

Tints of Grandis #FDCD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.78%

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

R = 44.15%
G = 35.78%
B = 20.07%

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

#FDCD73 (or 0xFDCD73) is known color: Grandis. HEX triplet: FD, CD and 73. RGB value is (253,205,115). Sum of RGB (Red+Green+Blue) = 253+205+115=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD73 is #02328C. Grayscale: #D1D1D1. Windows color (decimal): -144013 or 7589373. OLE color: 7589373.

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

Color convert

RGB 253 205 115 -
CMYK 0 0.19 0.55 0.01
HSL 39.13º 0.97% 0.72% -
HSV(B) 39.13º 0.55% 0.99% -
XYZ 65.43 65.78 25.47 -
YUV 209.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 253 205 115 0 0.19 0.55 0.01 39.13 0.97 0.72
Hex FD CD 73 0 13 37 1 27 61 48
Octal 375 315 163 0 23 67 1 47 141 110
Binary 11111101 11001101 1110011 0 10011 110111 1 100111 1100001 1001000

Color Harmonies of #FDCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD73

Black with #FDCD73

Text Example


Text Example

White with #FDCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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