Html Css Color HEX #FACC6D Grandis

📋 copy color: '#FACC6D'

red 250 ◦ green 204 ◦ blue 109

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

Shades of Grandis #FACC6D

Tints of Grandis #FACC6D

RGB

 RED value IS 250 (98.05% from 255) = 44.4%

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

 BLUE value IS 109 (42.97% from 255) = 19.36%

R = 44.4%
G = 36.23%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FACC6D (or 0xFACC6D) is known color: Grandis. HEX triplet: FA, CC and 6D. RGB value is (250,204,109). Sum of RGB (Red+Green+Blue) = 250+204+109=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6D is #053392. Grayscale: #CFCFCF. Windows color (decimal): -340883 or 7195898. OLE color: 7195898.

HSL color Cylindrical-coordinate representation of color #FACC6D: hue angle of 40.43º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FACC6D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 109 -
CMYK 0 0.18 0.56 0.02
HSL 40.43º 0.93% 0.7% -
HSV(B) 40.43º 0.56% 0.98% -
XYZ 63.78 64.61 23.58 -
YUV 206.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 250 204 109 0 0.18 0.56 0.02 40.43 0.93 0.7
Hex FA CC 6D 0 12 38 2 28 5D 46
Octal 372 314 155 0 22 70 2 50 135 106
Binary 11111010 11001100 1101101 0 10010 111000 10 101000 1011101 1000110

Color Harmonies of #FACC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC6D

Black with #FACC6D

Text Example


Text Example

White with #FACC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC6D; }

 p { color: rgb(250,204,109); }

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

background-color css

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

 a { background-color: rgb(250,204,109); }

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

border-color css

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

 span { border-color: rgb(250,204,109); }

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