Html Css Color HEX #FACC6F Grandis

📋 copy color: '#FACC6F'

red 250 ◦ green 204 ◦ blue 111

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

Shades of Grandis #FACC6F

Tints of Grandis #FACC6F

RGB

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

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

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

R = 44.25%
G = 36.11%
B = 19.65%

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

#FACC6F (or 0xFACC6F) is known color: Grandis. HEX triplet: FA, CC and 6F. RGB value is (250,204,111). Sum of RGB (Red+Green+Blue) = 250+204+111=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6F is #053390. Grayscale: #CFCFCF. Windows color (decimal): -340881 or 7326970. OLE color: 7326970.

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

Color convert

RGB 250 204 111 -
CMYK 0 0.18 0.56 0.02
HSL 40.14º 0.93% 0.71% -
HSV(B) 40.14º 0.56% 0.98% -
XYZ 63.89 64.66 24.15 -
YUV 207.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 250 204 111 0 0.18 0.56 0.02 40.14 0.93 0.71
Hex FA CC 6F 0 12 38 2 28 5D 47
Octal 372 314 157 0 22 70 2 50 135 107
Binary 11111010 11001100 1101111 0 10010 111000 10 101000 1011101 1000111

Color Harmonies of #FACC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC6F

Black with #FACC6F

Text Example


Text Example

White with #FACC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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