Html Css Color HEX #FDCD6F Grandis

📋 copy color: '#FDCD6F'

red 253 ◦ green 205 ◦ blue 111

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

Shades of Grandis #FDCD6F

Tints of Grandis #FDCD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.51%

R = 44.46%
G = 36.03%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDCD6F (or 0xFDCD6F) is known color: Grandis. HEX triplet: FD, CD and 6F. RGB value is (253,205,111). Sum of RGB (Red+Green+Blue) = 253+205+111=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6F is #023290. Grayscale: #D1D1D1. Windows color (decimal): -144017 or 7327229. OLE color: 7327229.

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

Color convert

RGB 253 205 111 -
CMYK 0 0.19 0.56 0.01
HSL 39.72º 0.97% 0.71% -
HSV(B) 39.72º 0.56% 0.99% -
XYZ 65.21 65.69 24.28 -
YUV 208.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 253 205 111 0 0.19 0.56 0.01 39.72 0.97 0.71
Hex FD CD 6F 0 13 38 1 28 61 47
Octal 375 315 157 0 23 70 1 50 141 107
Binary 11111101 11001101 1101111 0 10011 111000 1 101000 1100001 1000111

Color Harmonies of #FDCD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD6F

Black with #FDCD6F

Text Example


Text Example

White with #FDCD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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