Html Css Color HEX #FDCD6A Grandis

📋 copy color: '#FDCD6A'

red 253 ◦ green 205 ◦ blue 106

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

Shades of Grandis #FDCD6A

Tints of Grandis #FDCD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 44.86%
G = 36.35%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDCD6A (or 0xFDCD6A) is known color: Grandis. HEX triplet: FD, CD and 6A. RGB value is (253,205,106). Sum of RGB (Red+Green+Blue) = 253+205+106=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6A is #023295. Grayscale: #D0D0D0. Windows color (decimal): -144022 or 6999549. OLE color: 6999549.

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

Color convert

RGB 253 205 106 -
CMYK 0 0.19 0.58 0.01
HSL 40.41º 0.97% 0.7% -
HSV(B) 40.41º 0.58% 0.99% -
XYZ 64.94 65.59 22.87 -
YUV 208.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 253 205 106 0 0.19 0.58 0.01 40.41 0.97 0.7
Hex FD CD 6A 0 13 3A 1 28 61 46
Octal 375 315 152 0 23 72 1 50 141 106
Binary 11111101 11001101 1101010 0 10011 111010 1 101000 1100001 1000110

Color Harmonies of #FDCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD6A

Black with #FDCD6A

Text Example


Text Example

White with #FDCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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