Html Css Color HEX #FDCC6A Grandis

📋 copy color: '#FDCC6A'

red 253 ◦ green 204 ◦ blue 106

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

Shades of Grandis #FDCC6A

Tints of Grandis #FDCC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.23%

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

R = 44.94%
G = 36.23%
B = 18.83%

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

#FDCC6A (or 0xFDCC6A) is known color: Grandis. HEX triplet: FD, CC and 6A. RGB value is (253,204,106). Sum of RGB (Red+Green+Blue) = 253+204+106=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC6A is #023395. Grayscale: #CFCFCF. Windows color (decimal): -144278 or 6999293. OLE color: 6999293.

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

Color convert

RGB 253 204 106 -
CMYK 0 0.19 0.58 0.01
HSL 40º 0.97% 0.7% -
HSV(B) 40º 0.58% 0.99% -
XYZ 64.7 65.11 22.79 -
YUV 207.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 253 204 106 0 0.19 0.58 0.01 40 0.97 0.7
Hex FD CC 6A 0 13 3A 1 28 61 46
Octal 375 314 152 0 23 72 1 50 141 106
Binary 11111101 11001100 1101010 0 10011 111010 1 101000 1100001 1000110

Color Harmonies of #FDCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC6A

Black with #FDCC6A

Text Example


Text Example

White with #FDCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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